blob: 048538709245f9a2c08e1973492382c9e30c89ef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- base/include/preferences.h.orig 2003-09-16 17:34:53 UTC
+++ base/include/preferences.h
@@ -26,7 +26,10 @@ ________________________________________
#include <string>
#include <vector>
+#include <inttypes.h>
+#if HAVE_STDINT_H
#include <stdint.h>
+#endif
#include "config.h"
#include "errors.h"
|