diff options
Diffstat (limited to 'xlsclients.c')
-rw-r--r-- | xlsclients.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xlsclients.c b/xlsclients.c index 049bc4c..2452352 100644 --- a/xlsclients.c +++ b/xlsclients.c @@ -37,6 +37,9 @@ in this Software without prior written authorization from The Open Group. #include <xcb/xcb.h> #include <xcb/xproto.h> #include <xcb/xcb_atom.h> +#ifndef HAVE_STRNLEN +#include "strnlen.h" +#endif static char *ProgramName; |