From c59aafb5b3f6a8063e24c53042be178ada155552 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 7 Dec 2017 18:49:42 +0100 Subject: Compile with std=c11 and set appropriate glibc feature test macros might resolve #333 and #348 --- src/gib_hash.c | 1 + src/options.c | 1 + 2 files changed, 2 insertions(+) (limited to 'src') diff --git a/src/gib_hash.c b/src/gib_hash.c index a378b9c..15bbf4a 100644 --- a/src/gib_hash.c +++ b/src/gib_hash.c @@ -26,6 +26,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "gib_hash.h" #include "utils.h" #include "debug.h" +#include gib_hash_node *gib_hash_node_new(char *key, void *data) { diff --git a/src/options.c b/src/options.c index 4f87685..1ed5b54 100644 --- a/src/options.c +++ b/src/options.c @@ -27,6 +27,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "feh.h" #include "filelist.h" #include "options.h" +#include static void check_options(void); static void feh_getopt_theme(int argc, char **argv); -- cgit v1.2.3