mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Only include listener.h when compiling C++
This commit is contained in:
parent
cb73cfd57b
commit
410f1c0ed8
1 changed files with 4 additions and 1 deletions
|
@ -22,7 +22,10 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "listener.h"
|
||||
#ifdef __cplusplus
|
||||
# include "listener.h"
|
||||
#endif
|
||||
|
||||
#include "g_public.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue