Skip to content

Commit e4d3a90

Browse files
committed
Moved #incl of rtapi_string outside extern C
1 parent 040e514 commit e4d3a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libnml/buffer/shmem.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ extern "C" {
2626
#include <sys/types.h> /* key_t */
2727
#include <errno.h> // errno
2828
#include <string.h> /* strchr(), memcpy(), memset() */
29-
#include <rtapi_string.h> /* rtapi_strlcpy */
3029
#include <stdlib.h> /* strtod */
3130
#include <physmem.hh> /* PHYSMEM_HANDLE */
3231

3332
#ifdef __cplusplus
3433
}
3534
#endif
35+
#include <rtapi_string.h> /* rtapi_strlcpy */
3636
#include "rcs_print.hh" /* rcs_print_error() */
3737
#include "cms.hh" /* class CMS */
3838
#include "shmem.hh" /* class SHMEM */

0 commit comments

Comments
 (0)