diff options
author | lns <matzeton@googlemail.com> | 2017-03-04 23:58:39 +0100 |
---|---|---|
committer | lns <matzeton@googlemail.com> | 2017-03-04 23:58:39 +0100 |
commit | 1c0bf8da11588c622919527a9742c28306771b34 (patch) | |
tree | a938fcd42ee81da82d422e3948f254f86efa6c36 /src/ui_ani.c | |
parent | 3c947750932c90c34c53f090949ae1d996e755ed (diff) |
fixed includes
Diffstat (limited to 'src/ui_ani.c')
-rw-r--r-- | src/ui_ani.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui_ani.c b/src/ui_ani.c index d1f1073..352245d 100644 --- a/src/ui_ani.c +++ b/src/ui_ani.c @@ -1,3 +1,5 @@ +#include "config.h" + #include <stdlib.h> #include <string.h> |