summaryrefslogtreecommitdiff
path: root/src/touch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/touch.c')
-rw-r--r--src/touch.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/touch.c b/src/touch.c
index ca23f9fca..dc48445c2 100644
--- a/src/touch.c
+++ b/src/touch.c
@@ -36,9 +36,11 @@
#include <stdio.h>
#include <getopt.h>
#include <sys/types.h>
+
#include "system.h"
#include "version.h"
#include "safe-stat.h"
+#include "error.h"
#ifndef STDC_HEADERS
time_t mktime ();
@@ -48,7 +50,6 @@ time_t time ();
int argmatch ();
time_t get_date ();
time_t posixtime ();
-void error ();
int safe_read ();
int full_write ();
void invalid_arg ();