Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
e11703cd
Commit
e11703cd
authored
May 28, 2014
by
Uwe Schulzweida
Browse files
added extern C when include cdi.h
parent
02b95d72
Changes
1
Hide whitespace changes
Inline
Side-by-side
interfaces/cdi.cpp
View file @
e11703cd
...
...
@@ -4,7 +4,13 @@
#include
<vector>
#include
<map>
#if defined(__cplusplus)
extern
"C"
{
#endif
#include
"cdi.h"
#if defined (__cplusplus)
}
#endif
#include
"cdi.hpp"
/*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment