39b340a53a
add WANTLIB bump library major version number from maintainer Jacob Meuser <jakemsr at jakemsr.com>
14 lines
348 B
Plaintext
14 lines
348 B
Plaintext
$OpenBSD: patch-plugins_videocodec_v408_c,v 1.1 2004/12/04 21:44:34 sturm Exp $
|
|
--- plugins/videocodec/v408.c.orig Mon Aug 9 03:22:15 2004
|
|
+++ plugins/videocodec/v408.c Mon Aug 9 03:22:37 2004
|
|
@@ -4,7 +4,9 @@
|
|
#include <workarounds.h>
|
|
#include "v408.h"
|
|
|
|
+#ifdef HAVE_STDINT_H
|
|
#include <stdint.h>
|
|
+#endif
|
|
#include <stdlib.h>
|
|
|
|
typedef struct
|