Skip to content
Snippets Groups Projects
Unverified Commit 6be3673c authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

More #ifdef around the dnn code

parent 901c8548
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,10 @@
#include "entenc.h"
#include "entdec.h"
#include "arch.h"
#include "lpcnet.h"
#ifdef ENABLE_DEEP_PLC
typedef struct LPCNetPLCState LPCNetPLCState;
#endif
#ifdef __cplusplus
extern "C" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment