openbsd-ports/mbone/vic/patches/patch-ag
angelos 25fa1f12ec Fix almost all the warnings (which were non-critical anyway); port
left marked broken for someone else to verify.
1999-10-30 21:54:52 +00:00

14 lines
251 B
Plaintext

--- h263/Util.h.orig Sat Oct 30 17:24:44 1999
+++ h263/Util.h Sat Oct 30 17:44:05 1999
@@ -6,7 +6,10 @@
#ifndef _UTIL_
#define _UTIL_
+#ifndef __OpenBSD__
#include <malloc.h>
+#endif
+
#include "error.h"
#include <stdlib.h>
#include <stdio.h>