summaryrefslogtreecommitdiffstats
path: root/src/rccexternal.h
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2007-05-09 20:42:52 +0000
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2007-05-09 20:42:52 +0000
commitfd502754926131e3562a2210ff81af111ccaf867 (patch)
treeff62efd1b045adec527bce51a0aa939a0eca020e /src/rccexternal.h
parentc72478ce90d83e355ad7782991d20cbbd2664fd3 (diff)
downloadlibrcc-fd502754926131e3562a2210ff81af111ccaf867.tar.gz
librcc-fd502754926131e3562a2210ff81af111ccaf867.tar.bz2
librcc-fd502754926131e3562a2210ff81af111ccaf867.tar.xz
librcc-fd502754926131e3562a2210ff81af111ccaf867.zip
VERSION 0.2.4: Ultimate fixes
- Autoconf: check if ssize_t size_t types are missing in sys/types.h - Autoconf: really check for iconv.h residing in /usr/local - Support for older versions of BerkleyDB (fallback to original approach)
Diffstat (limited to 'src/rccexternal.h')
-rw-r--r--src/rccexternal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rccexternal.h b/src/rccexternal.h
index 1038329..181a6ec 100644
--- a/src/rccexternal.h
+++ b/src/rccexternal.h
@@ -1,6 +1,8 @@
#ifndef _RCC_EXTERNAL_H
#define _RCC_EXTERNAL_H
+#include "../config.h"
+
typedef enum rcc_external_module_t {
RCC_EXTERNAL_MODULE_CONTROL = 0,
RCC_EXTERNAL_MODULE_OPTIONS,