Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
robotran
mbsysc
Commits
11b93eaf
Commit
11b93eaf
authored
Sep 19, 2015
by
Nicolas Van der Noot
Browse files
missing headers for functions prototypes
parent
2327cd07
Changes
3
Hide whitespace changes
Inline
Side-by-side
MBsysC/mbs_common/mbs_module/mbs_dirdyn.c
View file @
11b93eaf
...
...
@@ -21,6 +21,7 @@
#include "realtime.h"
#include "set_output.h"
#include "dopri5.h"
#include "MBSfun.h"
#define DOPRI5_NB_ALLOC_VEC 8 ///< number of vectors to allocate for dopri5
...
...
MBsysC/mbs_common/mbs_realtime/java/java_functions.c
View file @
11b93eaf
...
...
@@ -3,6 +3,7 @@
#include "java_functions.h"
#include "cmake_java_config.h"
#include "user_realtime.h"
#include <stdlib.h>
...
...
MBsysC/mbs_common/mbs_realtime/sdl/events_sdl.c
View file @
11b93eaf
...
...
@@ -5,6 +5,7 @@
#include "realtime.h"
#include "events_sdl.h"
#include "mbs_data.h"
#include "visu_past.h"
// personnal joystick values
#define MIN_JOYSTICK -32768 ///< minimal joystick value
...
...
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