diff options
Diffstat (limited to 'package/rdate/patches/patch-rdate_c')
-rw-r--r-- | package/rdate/patches/patch-rdate_c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/rdate/patches/patch-rdate_c b/package/rdate/patches/patch-rdate_c new file mode 100644 index 000000000..f560ca707 --- /dev/null +++ b/package/rdate/patches/patch-rdate_c @@ -0,0 +1,10 @@ +--- rdate.orig/rdate.c 2007-08-16 12:38:52.000000000 +0200 ++++ rdate/rdate.c 2014-01-14 16:53:03.000000000 +0100 +@@ -45,6 +45,7 @@ + #include <sys/socket.h> + #include <sys/time.h> + ++#include <stdint.h> + #include <stdio.h> + #include <ctype.h> + #include <err.h> |