summaryrefslogtreecommitdiff
path: root/hugin_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'hugin_util.h')
-rw-r--r--hugin_util.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/hugin_util.h b/hugin_util.h
index 9cf48ba..0bf86d4 100644
--- a/hugin_util.h
+++ b/hugin_util.h
@@ -28,6 +28,8 @@
#ifndef __HUGIN_HUGIN_UTIL_H__
#define __HUGIN_HUGIN_UTIL_H__
+#ifndef DISABLE_HUGIN
+
#include <time.h>
/**
@@ -36,4 +38,6 @@
*/
struct tm *hug_localtime(const time_t *timep, struct tm *result);
+#endif/*DISABLE_HUGIN*/
+
#endif/*__HUGIN_HUGIN_UTIL_H__*/