Skip to content

Commit

Permalink
Only include config.h if it's available.
Browse files Browse the repository at this point in the history
  • Loading branch information
chirino committed Sep 21, 2011
1 parent cba5aef commit 15d5b1a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion hawtjni-generator/src/main/resources/hawtjni.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@
#define INC_HAWTJNI_H
#define _MULTI_THREADED

#include "config.h"
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#include "jni.h"
#include <stdint.h>

Expand Down

0 comments on commit 15d5b1a

Please sign in to comment.