git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c32708
)
aconf.h is not in the global path.
author
kramm
<kramm>
Mon, 27 May 2002 16:26:18 +0000
(16:26 +0000)
committer
kramm
<kramm>
Mon, 27 May 2002 16:26:18 +0000
(16:26 +0000)
pdf2swf/xpdf/gmem.c
patch
|
blob
|
history
diff --git
a/pdf2swf/xpdf/gmem.c
b/pdf2swf/xpdf/gmem.c
index
27ebb2b
..
663e69c
100644
(file)
--- a/
pdf2swf/xpdf/gmem.c
+++ b/
pdf2swf/xpdf/gmem.c
@@
-6,12
+6,12
@@
* Copyright 1996-2002 Glyph & Cog, LLC
*/
-#include <aconf.h>
#include <stdio.h>
#include <stdlib.h>
#include <stddef.h>
#include <string.h>
-#include "gmem.h"
+#include "./aconf.h"
+#include "./gmem.h"
#ifdef DEBUG_MEM