summaryrefslogtreecommitdiff
path: root/src/touch.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-04-22 03:16:53 +0000
committerJim Meyering <jim@meyering.net>1993-04-22 03:16:53 +0000
commitcff8d231ff42cdd533ba430a9a887bc856f9e44a (patch)
treefc545c6a22b5daf33f0a8511d0407e1f9d730d67 /src/touch.c
parentadcff142d8c2b5f7f8c08ff8cbcaf97d346af9b2 (diff)
downloadcoreutils-cff8d231ff42cdd533ba430a9a887bc856f9e44a.tar.xz
merge with 3.5
Diffstat (limited to 'src/touch.c')
-rw-r--r--src/touch.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/touch.c b/src/touch.c
index 9a8ca5841..efb45a1f6 100644
--- a/src/touch.c
+++ b/src/touch.c
@@ -39,9 +39,7 @@
#include "system.h"
#include "version.h"
-#ifdef STDC_HEADERS
-#include <time.h>
-#else
+#ifndef STDC_HEADERS
time_t mktime ();
time_t time ();
#endif