]> arthur.barton.de Git - netatalk.git/commitdiff
fix a Solaris 9 compile problem, needs sys/time.h
authorbfernhomberg <bfernhomberg>
Sun, 25 Jan 2004 00:04:53 +0000 (00:04 +0000)
committerbfernhomberg <bfernhomberg>
Sun, 25 Jan 2004 00:04:53 +0000 (00:04 +0000)
include/atalk/adouble.h

index 320714bbc75704726c014837c5ed5e8c81279a27..fa9fc14fcaf1b70f08a70be9559552f8f8668c2a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: adouble.h,v 1.21.6.4 2004-01-03 22:21:09 didg Exp $
+ * $Id: adouble.h,v 1.21.6.5 2004-01-25 00:04:53 bfernhomberg Exp $
  * Copyright (c) 1990,1991 Regents of The University of Michigan.
  * All Rights Reserved.
  *
@@ -28,6 +28,9 @@
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
+#ifdef HAVE_SYS_TIME_H
+#include <sys/time.h>
+#endif
 
 /* ------------------- 
  * need pread() and pwrite()