summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'runtime')
-rw-r--r--runtime/atomic.h2
-rw-r--r--runtime/rsyslog.h2
2 files changed, 1 insertions, 3 deletions
diff --git a/runtime/atomic.h b/runtime/atomic.h
index f1152daf..cdcb1410 100644
--- a/runtime/atomic.h
+++ b/runtime/atomic.h
@@ -31,8 +31,6 @@
* A copy of the GPL can be found in the file "COPYING" in this distribution.
* A copy of the LGPL can be found in the file "COPYING.LESSER" in this distribution.
*/
-#include "config.h" /* autotools! */
-
#ifndef INCLUDED_ATOMIC_H
#define INCLUDED_ATOMIC_H
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h
index cc5c845e..0b4fbfed 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -149,7 +149,7 @@ typedef struct strmLstnPortList_s strmLstnPortList_t; // TODO: rename?
typedef void nsdsel_t;
typedef void nsdpoll_t;
#else
- typedef obj_t obj_t_ptr;
+ typedef obj_t *obj_t_ptr;
typedef obj_t nsd_t;
typedef obj_t nsdsel_t;
typedef obj_t nsdpoll_t;