aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@eff87b29-5268-4891-90a3-a07138403961>2000-09-20 16:57:25 +0000
committergoodale <goodale@eff87b29-5268-4891-90a3-a07138403961>2000-09-20 16:57:25 +0000
commitfee406ceac1f38b829894ed3957b142a154a80da (patch)
treea160e42d0480b0a5d3251392ec0cfe07825af5ac
parentf361bf1317802a25f6103af40cfa51fec5c07ae3 (diff)
Changing include paths to pick up jpeg in external.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@10 eff87b29-5268-4891-90a3-a07138403961
-rw-r--r--src/JPEG.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/JPEG.c b/src/JPEG.c
index 6bc769c..4632437 100644
--- a/src/JPEG.c
+++ b/src/JPEG.c
@@ -5,8 +5,8 @@
#include <string.h>
#include <math.h>
-#include <jconfig.h>
-#include <jpeglib.h>
+#include "external/jpeg6b/src/jconfig.h"
+#include "external/jpeg6b/src/jpeglib.h"
typedef struct jpeg_compress_struct JpgComp;