2016-07-26 18:51:15 +02:00
|
|
|
--- base/include/event.h.orig 2003-09-16 17:34:53 UTC
|
|
|
|
+++ base/include/event.h
|
|
|
|
@@ -24,7 +24,10 @@ ________________________________________
|
2004-02-18 19:52:52 +01:00
|
|
|
#ifndef INCLUDED_EVENT_H_
|
|
|
|
#define INCLUDED_EVENT_H_
|
|
|
|
|
|
|
|
+#include <inttypes.h>
|
|
|
|
+#if HAVE_STDINT_H
|
|
|
|
#include <stdint.h>
|
|
|
|
+#endif
|
|
|
|
#include "config.h"
|
|
|
|
#include "errors.h"
|
|
|
|
|