Skip to content
Snippets Groups Projects
Commit e11703cd authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

added extern C when include cdi.h

parent 02b95d72
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,13 @@
#include <vector>
#include <map>
#if defined(__cplusplus)
extern "C" {
#endif
#include "cdi.h"
#if defined (__cplusplus)
}
#endif
#include "cdi.hpp"
/*
......
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