Commit Diff


commit - 27bc0aa37cdbe86e24c6e28fbf55ab84dff8d30d
commit + d422a067833463b4738cff19b161fe6cf18c4682
blob - 0fc063bc7dbeb142ba339c208cb3695b6a11d796
blob + 51ad5491796581968f781ab06a3ef9b939c6f9b1
--- dmenu/dmenu.c
+++ dmenu/dmenu.c
@@ -1,4 +1,7 @@
 /* See LICENSE file for copyright and license details. */
+#ifdef __FreeBSD__
+# define __BSD_VISIBLE 1
+#endif
 #include <ctype.h>
 #include <locale.h>
 #include <math.h>