mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
11 lines
315 B
Plaintext
11 lines
315 B
Plaintext
--- trafshow/show.c.orig Sun Sep 19 18:27:49 1999
|
|
+++ trafshow/show.c Sun Sep 19 18:28:03 1999
|
|
@@ -15,6 +15,7 @@
|
|
|
|
static char copyright[] = "* Copyright (c) 1993-1996 CAD lab, Institute of Telecommunication, Novosibirsk *";
|
|
|
|
+#include <sys/types.h>
|
|
#include <curses.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|