ports/comms/echolinux/files/patch-echogui_testgui_main.c
Pav Lucistnik b764749dc7 Add echolinux, an EchoLink client for UNIX.
PR:		ports/68587
Submitted by:	Diane Bruce <db@night.db.net>
2004-07-04 23:28:32 +00:00

14 lines
359 B
C

--- echogui/testgui_main.c.orig Sun Feb 15 11:33:04 2004
+++ echogui/testgui_main.c Fri Jul 2 00:59:18 2004
@@ -16,9 +16,10 @@
#include <linux/soundcard.h>
#include <sys/ioctl.h>
#include <fcntl.h>
-#include <forms.h>
+#include <X11/forms.h>
#include <string.h>
#include <math.h>
+#include <pthread.h>
#include "testgui.h"
#include "serverglobals.h"