X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=dict.h;h=af21015650d906b7e7e9e0c2de6f86c6f4329d7c;hb=352e7bb836a852c4df6810e6be58990f602cf7a1;hp=d5aa1cd529ad8fad71a21658811c3e40177e9305;hpb=38b0d9c74ac0bd90a6249b0ec45ae7c9a41bdaa7;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