X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=dict.h;h=af21015650d906b7e7e9e0c2de6f86c6f4329d7c;hb=27fa9d9abfa5f58f70258f0d671ab1cb133a68ce;hp=d5aa1cd529ad8fad71a21658811c3e40177e9305;hpb=54a35ad5a96cc57816a9e05ab9d1e1513c202894;p=wordgame diff --git a/dict.h b/dict.h index d5aa1cd..af21015 100644 --- a/dict.h +++ b/dict.h @@ -19,6 +19,10 @@ #ifndef _DICT_H_ #define _DICT_H_ +/* Portably, schmortability. I want ease of programming. */ +#define _GNU_SOURCE +#include +#include #include #ifndef FALSE