summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJérémie Courrèges-Anglas <jca@wxcvbn.org>2017-04-04 10:25:46 +0200
committerJérémie Courrèges-Anglas <jca@wxcvbn.org>2017-04-04 10:25:46 +0200
commite0d6cb491f67f3c605305f33dc2465ff706b9f2c (patch)
tree26b82bb87ce85c7352cf3154fae049304634006d
parentd8784ff74d936989fb4b6220048aac84b4892a23 (diff)
downloadratpoison-e0d6cb491f67f3c605305f33dc2465ff706b9f2c.zip
@$#?! strcasestr
-rw-r--r--src/completions.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/completions.c b/src/completions.c
index 4143b2d..7320ae5 100644
--- a/src/completions.c
+++ b/src/completions.c
@@ -18,12 +18,7 @@
* Boston, MA 02111-1307 USA
*/
-/*
- * Per POSIX strcasestr should be declared in strings.h
- * glibc declares it in string.h instead and needs _GNU_SOURCE
- */
#define _GNU_SOURCE
-#include <strings.h>
#include <string.h>
#include "ratpoison.h"