mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 23:39:20 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
13 lines
306 B
C++
13 lines
306 B
C++
--- 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"
|