openbsd-ports/mbone/vic/patches/patch-h263_Util_h
naddy 9759e5be25 - Regen patches.
- Honor CC, CFLAGS.
- Make this compile with gcc3.
2002-10-06 22:28:49 +00:00

15 lines
317 B
Plaintext

$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>