1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/audio/zinf/files/patch-base-include-event.h
Kirill Ponomarev 786835fc3e - Update to version 2.2.5
PR:		ports/63004
Submitted by:	Ports Fury
2004-02-18 18:52:52 +00:00

14 lines
295 B
C

--- base/include/event.h.orig Wed Sep 17 02:34:53 2003
+++ base/include/event.h Mon Feb 16 12:15:13 2004
@@ -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"