Skip to content

Commit

Permalink
rc-service: missing includes from IWYU
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamesam authored and williamh committed Jan 29, 2023
1 parent 084e6b5 commit 7878a53
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/rc-service/rc-service.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
* except according to the terms contained in the LICENSE file.
*/

#include <errno.h>
#include <getopt.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Expand All @@ -24,8 +26,8 @@
#include "einfo.h"
#include "queue.h"
#include "rc.h"
#include "misc.h"
#include "_usage.h"
#include "helpers.h"

const char *applet = NULL;
const char *extraopts = NULL;
Expand Down

0 comments on commit 7878a53

Please sign in to comment.