X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=dict.h;h=af21015650d906b7e7e9e0c2de6f86c6f4329d7c;hb=896bfd48616953ca8cbe848953b46abdb20f78a3;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