blob: 7f208061efa271f9f5ace54496dd0f6d0602bc39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
--- reaim-0.8.orig/reaim.c 2003-03-25 13:35:31.000000000 +0100
+++ reaim-0.8/reaim.c 2009-06-02 00:30:51.000000000 +0200
@@ -190,6 +190,7 @@
#include <netdb.h>
#include <time.h>
#include <ctype.h>
+#include <limits.h>
#include <getopt.h>
#include <sys/ioctl.h>
|