mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-03 11:12:13 +00:00
b40217e5f1
PR: 43746 Submitted by: maintainer
22 lines
473 B
Plaintext
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;
|