1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/audio/zinf/files/patch-io_src_pullbuffer.cpp
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

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