aboutsummaryrefslogtreecommitdiffstats
path: root/src/gif.c
diff options
context:
space:
mode:
authorJohn Hawthorn <jhawthor@uvic.ca>2008-05-22 01:49:16 -0700
committerJohn Hawthorn <jhawthor@uvic.ca>2008-05-22 01:49:16 -0700
commit9e76bd849a935eed17a4d22a9f49974272a36da5 (patch)
tree563f78ecfd230383fce3303662a190c890cff3d0 /src/gif.c
parent3551b64bd20efb9c7378ef4fd606df35941d4ee9 (diff)
downloadmirror-meh-9e76bd849a935eed17a4d22a9f49974272a36da5.tar.gz
mirror-meh-9e76bd849a935eed17a4d22a9f49974272a36da5.tar.bz2
mirror-meh-9e76bd849a935eed17a4d22a9f49974272a36da5.zip
cleanup
Diffstat (limited to 'src/gif.c')
-rw-r--r--src/gif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gif.c b/src/gif.c
index 6928dd2..018b1db 100644
--- a/src/gif.c
+++ b/src/gif.c
@@ -2,7 +2,7 @@
#include <stdio.h>
#include <string.h>
-#include "gif.h"
+#include "meh.h"
#define GIF87a 0
#define GIF89a 1