22ee7de766
submitted by Cameron Lerch <opcode@skylab.saturn5.yi.org>
18 lines
428 B
Plaintext
18 lines
428 B
Plaintext
$OpenBSD: patch-src_browse_c,v 1.1 2001/03/05 04:49:12 obecian Exp $
|
|
--- src/browse.c.orig Mon Feb 12 12:50:55 2001
|
|
+++ src/browse.c Sun Mar 4 17:58:36 2001
|
|
@@ -1,10 +1,10 @@
|
|
-#include <sys/socket.h>
|
|
-#include <sys/types.h>
|
|
+#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <strings.h>
|
|
#include <string.h>
|
|
#include <sys/time.h>
|
|
-#include <stdlib.h>
|
|
+#include <sys/socket.h>
|
|
+#include <sys/types.h>
|
|
|
|
#include <gtk/gtk.h>
|
|
|