Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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 @@
...
@@ -4,7 +4,13 @@
#include <vector>
#include <vector>
#include <map>
#include <map>
#if defined(__cplusplus)
extern
"C"
{
#endif
#include "cdi.h"
#include "cdi.h"
#if defined (__cplusplus)
}
#endif
#include "cdi.hpp"
#include "cdi.hpp"
/*
/*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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