From: Hraban Luyat <hraban@0brg.net>
Date: Sun, 12 Jul 2015 19:45:29 +0000 (+0000)
Subject:  #include own header file in proxy .c file
X-Git-Tag: v2.0.0~82^2
X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=f4429ec59511e5d3a7df787100b6780e7357ff21;p=go-opus.git

 #include own header file in proxy .c file
---

diff --git a/callback_proxy.c b/callback_proxy.c
index 682debf..dfa1031 100644
--- a/callback_proxy.c
+++ b/callback_proxy.c
@@ -4,6 +4,8 @@
  * https://code.google.com/p/go-wiki/wiki/cgo
  */
 
+#include "callback_proxy.h"
+
 int go_readproxy(void *p, unsigned char *buf, int nbytes);
 
 int