freebsd-ports/x11-wm/windowmaker/files/patch-util__wmiv.c
2014-09-04 22:48:56 +00:00

12 lines
323 B
C

--- util/wmiv.c.orig 2014-09-05 04:35:03.000000000 +0900
+++ util/wmiv.c 2014-09-05 04:35:45.000000000 +0900
@@ -28,7 +28,9 @@
#include <X11/Xlib.h>
#include "wraster.h"
#include <stdlib.h>
+#define __BSD_VISIBLE 1
#include <stdio.h>
+#undef __BSD_VISIBLE
#include <string.h>
#include <dirent.h>
#include <limits.h>