freebsd-ports/audio/zinf/files/patch-base_include_event.h
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

13 lines
310 B
C

--- base/include/event.h.orig 2003-09-16 17:34:53 UTC
+++ base/include/event.h
@@ -24,7 +24,10 @@ ________________________________________
#ifndef INCLUDED_EVENT_H_
#define INCLUDED_EVENT_H_
+#include <inttypes.h>
+#if HAVE_STDINT_H
#include <stdint.h>
+#endif
#include "config.h"
#include "errors.h"