aboutsummaryrefslogtreecommitdiffstats
path: root/resolv.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1998-12-17 05:42:33 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1998-12-17 05:42:33 +0000
commit5676298385a1abe5b04490e06485e965f5c54107 (patch)
treec7a1862fa9f17082e0a5b4adc6b86abe34808761 /resolv.c
parentf5e3259b0a1ef70517093cd93e25a7d5b0cd1563 (diff)
A patch spread across many files to let Ethereal compile under GTK+-1.1.x.
Tests for GTK versions are done during compilation, not during "./configure". The big problems have been taken care of in this patch (functional change in the packet clist and conversion of menu_factory to item_factory), but plenty of smaller problems with dialogue boxes abound. I have fixed a small problem with file_open*(), but have left 2 comments in just in case I'm not going about this the right way. Can someone verify? svn path=/trunk/; revision=127
Diffstat (limited to 'resolv.c')
-rw-r--r--resolv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/resolv.c b/resolv.c
index 029a40aa4d..50d08c13ed 100644
--- a/resolv.c
+++ b/resolv.c
@@ -1,7 +1,7 @@
/* resolv.c
* Routines for network object lookup
*
- * $Id: resolv.c,v 1.4 1998/09/27 22:12:45 gerald Exp $
+ * $Id: resolv.c,v 1.5 1998/12/17 05:42:32 gram Exp $
*
* Laurent Deniel <deniel@worldnet.fr>
*
@@ -35,6 +35,7 @@
#include <gtk/gtk.h>
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <unistd.h>