1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00
Ying-Chieh Liao b40217e5f1 upgrade to 1.1.1
PR:		43746
Submitted by:	maintainer
2002-10-07 01:43:14 +00:00

22 lines
473 B
Plaintext

--- nwn/ap-nwn.c.orig Sun Oct 6 09:47:54 2002
+++ nwn/ap-nwn.c Sun Oct 6 09:46:10 2002
@@ -18,15 +18,15 @@
*
*/
-#include <netinet/in.h>
#include <stdlib.h>
#include <string.h>
#include "ap-utils.h"
#include <menu.h>
-#include <arpa/inet.h>
-#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
+#include <netinet/in.h>
+#include <arpa/inet.h>
+#include <unistd.h>
WINDOW *sub_for_menu, *win_for_help, *main_win, *main_sub;
char *community;