mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
e95a885a95
- Update to version 2.2.4 PR: ports/57001 Submitted by: KATO Tsuguru <tkato@prontomail.com>
14 lines
291 B
C++
14 lines
291 B
C++
--- base/include/preferences.h.orig Sat Mar 15 10:01:45 2003
|
|
+++ base/include/preferences.h Mon Aug 18 17:32:11 2003
|
|
@@ -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"
|