blob: 59a3937df70c4a4cb5708e22c2ac12d65aaaa047 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- contrib/xmindpath/main.c.orig 1998-09-30 23:58:17 UTC
+++ contrib/xmindpath/main.c
@@ -42,6 +42,10 @@
#include <X11/X.h>
#include <X11/extensions/XTest.h>
#include <X11/keysym.h>
+#include <string.h>
+#include <err.h>
+#include <sys/types.h>
+#include <libutil.h>
#ifdef X_DISPLAY_MISSING
# error this program cannot be compiled without X11.
|