freebsd-ports/comms/tlf/files/patch-src_splitscreen.h
Pav Lucistnik 0b78f9d021 Add tlf, an amateur radio curses based logging program.
PR:		ports/69166
Submitted by:	Diane Bruce <db@heceta.db.net>
2004-11-12 21:51:28 +00:00

11 lines
310 B
C

--- src/splitscreen.h.orig Sat Jul 10 21:29:22 2004
+++ src/splitscreen.h Sat Jul 10 21:29:42 2004
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
// splitscreen.h
-
+#include <sys/types.h>
#include <curses.h>
#include "sockserv.h"
#include <errno.h>