diff compat.h @ 26:5bdea77d0c1d

Add pwm-clip utility for setting the X11 CLIPBOARD selection
author Guido Berhoerster <guido+pwm@berhoerster.name>
date Thu, 21 Sep 2017 09:45:59 +0200
parents 5c6155c8e9b6
children
line wrap: on
line diff
--- a/compat.h	Wed Sep 20 23:57:51 2017 +0200
+++ b/compat.h	Thu Sep 21 09:45:59 2017 +0200
@@ -39,6 +39,10 @@
 #include "compat/err.h"
 #endif /* !HAVE_ERR_H */
 
+#ifndef	HAVE_GETLINE
+#include "compat/getline.h"
+#endif /* !HAVE_GETLINE */
+
 #ifndef	HAVE_GETENTROPY
 #include "compat/getentropy.h"
 #endif /* !HAVE_GETENTROPY */