Skip to content

Commit

Permalink
rc-status: 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 7878a53 commit 406ab2a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/rc-status/rc-status.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,21 @@
*/

#include <getopt.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <unistd.h>
#include <inttypes.h>
#include <errno.h>
#include <time.h>

#include "einfo.h"
#include "queue.h"
#include "rc.h"
#include "misc.h"
#include "_usage.h"
#include "helpers.h"

enum format_t {
FORMAT_DEFAULT,
Expand Down

0 comments on commit 406ab2a

Please sign in to comment.