summaryrefslogtreecommitdiffstats
path: root/collage
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-02-09 20:55:50 +0000
committerMatt Wilson <msw@redhat.com>2001-02-09 20:55:50 +0000
commit68411affd03d5f8d9b7f287e82b01b985932372b (patch)
treeddb006dfbe3d04190b3471761983d35fe65be590 /collage
parent2696c7139fb65af066de2b2a1619f0622ab044ca (diff)
downloadanaconda-68411affd03d5f8d9b7f287e82b01b985932372b.tar.gz
anaconda-68411affd03d5f8d9b7f287e82b01b985932372b.tar.xz
anaconda-68411affd03d5f8d9b7f287e82b01b985932372b.zip
new path for time.h
Diffstat (limited to 'collage')
-rw-r--r--collage/ls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/collage/ls.c b/collage/ls.c
index 6f7cd3131..9da24864b 100644
--- a/collage/ls.c
+++ b/collage/ls.c
@@ -7,7 +7,7 @@
#include <string.h>
#include <sys/stat.h>
#include <sys/sysmacros.h>
-#include <sys/time.h>
+#include <time.h>
#include <sys/types.h>
#include <unistd.h>