summaryrefslogtreecommitdiff
path: root/lzss.h
diff options
context:
space:
mode:
authorPixel <Pixel>2002-06-23 15:37:45 +0000
committerPixel <Pixel>2002-06-23 15:37:45 +0000
commitb3c377e647b5eb14c2ed0ff27db4ac14a3fd4e2d (patch)
tree7905392c81d466a6e5c0fc89ca118a044c26cb52 /lzss.h
parent7514019f385767caf7e68ae281d3a4befb7b4e8f (diff)
Attribute ((packed)) fix...
Diffstat (limited to 'lzss.h')
-rw-r--r--lzss.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lzss.h b/lzss.h
index a4fc71f..127a494 100644
--- a/lzss.h
+++ b/lzss.h
@@ -21,7 +21,7 @@
#define __LZSS_H__
#include <stdio.h>
-#include <generic.h>
+#include "generic.h"
#define LZSS_VERSION "3.0.0-pre1"
#define LZSS_NAME "lzss"