summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2007-01-23 00:56:26 +0000
committerRalf Baechle <ralf@linux-mips.org>2007-01-23 00:56:26 +0000
commit5b1b6bc87963c9f361dbfcde7a8323e5a417053b (patch)
tree51fe731eb67db0604ee5bc9059581ecc733ec46d
parent1849a40edfb640afa0c54d94daba1f84acf4834e (diff)
Include <sys/time.h>. This fixes a build error on glibc 2.1.
-rw-r--r--ax25/axgetput/includes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ax25/axgetput/includes.h b/ax25/axgetput/includes.h
index 3c6549d..39115c1 100644
--- a/ax25/axgetput/includes.h
+++ b/ax25/axgetput/includes.h
@@ -16,6 +16,7 @@
#include <limits.h>
#include <sys/types.h>
#include <sys/stat.h>
+#include <sys/time.h>
#include <fcntl.h>
#include <termios.h>
#include <signal.h>