openbsd-ports/mbone/vic/patches/patch-h263_Util_h

15 lines
317 B
Plaintext
Raw Normal View History

$OpenBSD: patch-h263_Util_h,v 1.1 2002/10/06 22:28:49 naddy Exp $
--- h263/Util.h.orig Fri Nov 20 19:11:30 1998
+++ h263/Util.h Sun Oct 6 23:05:29 2002
@@ -6,7 +6,10 @@
#ifndef _UTIL_
#define _UTIL_
+#ifndef __OpenBSD__
#include <malloc.h>
+#endif
+
#include "error.h"
#include <stdlib.h>
#include <stdio.h>