- sync WANTLIBs - remove a no longer necessary patch for configure for the mng test - add some patches to resolve implicit delaration messages from compiler - drop USE_GROFF ok sthen@
15 lines
401 B
Plaintext
15 lines
401 B
Plaintext
$OpenBSD: patch-contrib_xmindpath_main_c,v 1.1 2014/11/20 09:11:22 brad Exp $
|
|
|
|
For strlen() declaration.
|
|
|
|
--- contrib/xmindpath/main.c.orig Thu Nov 20 01:09:11 2014
|
|
+++ contrib/xmindpath/main.c Thu Nov 20 01:09:08 2014
|
|
@@ -39,6 +39,7 @@
|
|
#include <fcntl.h>
|
|
#include <termios.h>
|
|
#include <signal.h>
|
|
+#include <string.h>
|
|
#include <X11/X.h>
|
|
#include <X11/extensions/XTest.h>
|
|
#include <X11/keysym.h>
|