summaryrefslogtreecommitdiff
path: root/audio/libvisual/patches/patch-aa
blob: b16afdadcb9bc7c05b7233842ab0a7a61209ecb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-aa,v 1.1.1.1 2004/11/05 20:55:48 wiz Exp $

--- libvisual/lv_common.h.orig	2004-07-24 17:41:22.000000000 +0200
+++ libvisual/lv_common.h
@@ -6,9 +6,11 @@
 #include <libvisual/lv_mem.h>
 #include <libvisual/lv_log.h>
 
+#ifndef uint8_t
 #define uint8_t		u_int8_t
 #define uint16_t	u_int16_t
 #define uint32_t	u_int32_t
+#endif
 
 #ifdef __cplusplus
 extern "C" {