[SNDVOL32] Advanced controls dialog: Remove the TBS_AUTOTICKS style from the trackbar...
[reactos.git] / base / services / audiosrv / debug.c
index bdb34a1..df821af 100644 (file)
@@ -2,6 +2,8 @@
 
 #include "audiosrv.h"
 
+#include <stdio.h>
+
 void logmsg(char* string, ...)
 {
     va_list args;