1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/net/wmqmon/files/patch-wmqmon.c
Mario Sergio Fujikawa Ferreira f900f71f1c New port: Window Maker dockapp that monitors Quake 3 and Half-Life
servers

Submitted by:	Patrick Li <pat@databits.net>
2001-05-30 03:14:46 +00:00

18 lines
424 B
C

--- wmqmon.c.orig Fri Feb 23 04:57:29 2001
+++ wmqmon.c Mon May 28 15:01:01 2001
@@ -33,13 +33,13 @@
#define EMAIL "w1nter@gibfest.org"
#define WEBPAGE "http://www.gibfest.org/~w1nter/"
-#include <sys/socket.h>
#include <sys/time.h>
#include <sys/timeb.h>
#include <sys/poll.h>
#include <sys/wait.h>
#include <sys/param.h>
#include <sys/types.h>
+#include <sys/socket.h>
#include <stdio.h>
#include <stdlib.h>