From 52355491725411e742cb2a01c2074eed1881610c Mon Sep 17 00:00:00 2001 From: derselbst Date: Wed, 25 Oct 2017 16:28:27 +0200 Subject: [PATCH] fix build --- src/utils/fluidsynth_priv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/fluidsynth_priv.h b/src/utils/fluidsynth_priv.h index cc9f3aed..2c0304a3 100644 --- a/src/utils/fluidsynth_priv.h +++ b/src/utils/fluidsynth_priv.h @@ -174,7 +174,7 @@ typedef int fluid_socket_t; //typedef gint8 sint8; typedef guint8 uint8; //typedef gint16 sint16; -//typedef guint16 uint16; +typedef guint16 uint16; typedef gint32 sint32; typedef guint32 uint32; //typedef gint64 sint64;