summaryrefslogtreecommitdiff
path: root/camlibs/jd11
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2002-01-04 23:20:56 +0000
committerDan Fandrich <dan@coneharvesters.com>2002-01-04 23:20:56 +0000
commitee28160266b8cc6ad797e495269d3dba034ef07b (patch)
treef209db1bdb4fe2952b693af1bb3e9b37737b2028 /camlibs/jd11
parent9923e055b91d046b3b85fdfe4a1793b885f88d96 (diff)
downloadlibgphoto2-ee28160266b8cc6ad797e495269d3dba034ef07b.tar.gz
Including config.h (for inline) and string.h (for memset)
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@3718 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/jd11')
-rw-r--r--camlibs/jd11/decomp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/camlibs/jd11/decomp.c b/camlibs/jd11/decomp.c
index 8b7763610..cf5866ec1 100644
--- a/camlibs/jd11/decomp.c
+++ b/camlibs/jd11/decomp.c
@@ -18,7 +18,9 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
#include <stdio.h>
+#include <string.h>
#include <assert.h>
#include <stdlib.h>
#include <unistd.h>