$NetBSD: patch-ae,v 1.5 2006/01/21 23:04:08 adam Exp $

--- src/ima_adpcm.c.orig	2005-10-28 17:42:36.000000000 +0200
+++ src/ima_adpcm.c
@@ -38,7 +38,7 @@ typedef struct IMA_ADPCM_PRIVATE_tag
 	unsigned char	*block ;
 	short			*samples ;
 #if HAVE_FLEXIBLE_ARRAY
-	short			data	[] ; /* ISO C99 struct flexible array. */
+	short			*data ; /* ISO C99 struct flexible array. */
 #else
 	short			data	[0] ; /* This is a hack and might not work. */
 #endif
