b86a05ab73
- make portlint happier - fix missing USE_LDCONFIG PR: 112887 Obtained from: http://www.deweyonline.com/nx/freebsd.html
10 lines
283 B
C
10 lines
283 B
C
--- nxviewer/nxviewer/vncviewer.h.orig Thu Nov 16 02:42:11 2006
|
|
+++ nxviewer/nxviewer/vncviewer.h
|
|
@@ -44,6 +44,7 @@
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <sys/time.h>
|
|
+#include <sys/wait.h>
|
|
#include <unistd.h>
|
|
#include <X11/IntrinsicP.h>
|
|
#include <X11/StringDefs.h>
|