]> git.cworth.org Git - wordgame/blobdiff - dict.h
Move the main game logic from grid.c to new word-game.c
[wordgame] / dict.h
diff --git a/dict.h b/dict.h
index d5aa1cd529ad8fad71a21658811c3e40177e9305..af21015650d906b7e7e9e0c2de6f86c6f4329d7c 100644 (file)
--- a/dict.h
+++ b/dict.h
 #ifndef _DICT_H_
 #define _DICT_H_
 
+/* Portably, schmortability. I want ease of programming. */
+#define _GNU_SOURCE
+#include <stdio.h>
+#include <stdlib.h>
 #include <stdint.h>
 
 #ifndef FALSE