mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
9fa9eb9ac7
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
14 lines
319 B
C++
14 lines
319 B
C++
--- io/src/pullbuffer.cpp.orig 2003-09-16 17:35:05 UTC
|
|
+++ io/src/pullbuffer.cpp
|
|
@@ -26,7 +26,10 @@ ________________________________________
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <assert.h>
|
|
+#include <inttypes.h>
|
|
+#if HAVE_STDINT_H
|
|
#include <stdint.h>
|
|
+#endif
|
|
#ifndef WIN32
|
|
#include <unistd.h>
|
|
#endif
|