shithub: choc

Download patch

ref: d9f55dd56cc2a21dc6be97e9a2512d9bd8f05286
parent: 2b64dfc84981dbbd9de1a0d9cb11995bf0ba9379
author: Simon Howard <[email protected]>
date: Sun Mar 29 18:40:44 EDT 2009

Fix compile warning.

Subversion-branch: /branches/opl-branch
Subversion-revision: 1491

--- a/opl/opl.c
+++ b/opl/opl.c
@@ -25,6 +25,7 @@
 
 #include "config.h"
 
+#include <stdio.h>
 #include <stdlib.h>
 
 #include "opl.h"