2002-10-06 18:28:49 -04:00
|
|
|
$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
|
1999-10-30 17:54:52 -04:00
|
|
|
@@ -6,7 +6,10 @@
|
|
|
|
#ifndef _UTIL_
|
|
|
|
#define _UTIL_
|
|
|
|
|
|
|
|
+#ifndef __OpenBSD__
|
|
|
|
#include <malloc.h>
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
#include "error.h"
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <stdio.h>
|