| 123456789101112131415161718192021222324 |
- Index: Makefile.in
- --- Makefile.in.orig 2010-12-17 01:08:42.000000000 +0100
- +++ Makefile.in 2011-01-03 18:01:23.000000000 +0100
- @@ -107,7 +107,7 @@
- INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
- LDFLAGS = @LDFLAGS@
- LIBOBJS = @LIBOBJS@
- -LIBS = @LIBS@
- +LIBS = @LIBS@ @GLIB2_LIBS@
- LTLIBOBJS = @LTLIBOBJS@
- MAKEINFO = @MAKEINFO@
- MKDIR_P = @MKDIR_P@
- Index: util.c
- --- util.c.orig 2011-01-03 02:47:48.000000000 +0100
- +++ util.c 2011-01-03 18:00:42.000000000 +0100
- @@ -34,6 +34,7 @@
- #include <string.h>
- #include <sys/stat.h>
- #include <sys/types.h>
- +#include <sys/socket.h>
- #include <time.h>
- #include <unistd.h>
-
|