Commit baf50929 authored by Nikias Bassen's avatar Nikias Bassen

Suppress compiler warning about memmem on Linux

parent 30392441
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
#include <config.h> #include <config.h>
#endif #endif
#define _GNU_SOURCE 1
#include <string.h> #include <string.h>
#include "plist.h" #include "plist.h"
#include <stdlib.h> #include <stdlib.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment