summaryrefslogtreecommitdiffstats
path: root/lib/at.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/at.c')
-rw-r--r--lib/at.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/at.c b/lib/at.c
index 1993f9983..dd667b5b8 100644
--- a/lib/at.c
+++ b/lib/at.c
@@ -9,6 +9,7 @@
#include <sys/stat.h>
#include "at.h"
+#include "c.h"
int fstat_at(int dir, const char *dirname, const char *filename,
struct stat *st, int nofollow)
@@ -56,7 +57,6 @@ FILE *fopen_at(int dir, const char *dirname, const char *filename, int flags,
}
#ifdef TEST_PROGRAM
-#include <err.h>
#include <errno.h>
#include <sys/types.h>
#include <dirent.h>