foxygit / doom Log in
commit d9f55dd56cc2a21dc6be97e9a2512d9bd8f05286
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Sun Mar 29 22:40:44 2009 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Sun Mar 29 22:40:44 2009 +0000

    Fix compile warning.

    Subversion-branch: /branches/opl-branch
    Subversion-revision: 1491
---
 opl/opl.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/opl/opl.c b/opl/opl.c
index 9afdd980..8f75241b 100644
--- a/opl/opl.c
+++ b/opl/opl.c
@@ -25,6 +25,7 @@

 #include "config.h"

+#include <stdio.h>
 #include <stdlib.h>

 #include "opl.h"