Skip to content
Snippets Groups Projects
Commit ef469c36 authored by Mark Grondona's avatar Mark Grondona
Browse files

o add string.h header to avoid warnings for strncpy

parent 1b1b2a7a
No related branches found
No related tags found
No related merge requests found
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
#include <sys/types.h> #include <sys/types.h>
#include <stdio.h> #include <stdio.h>
#include <dlfcn.h> /* don't know if there's an autoconf for this. */ #include <dlfcn.h> /* don't know if there's an autoconf for this. */
#include <string.h>
#include "src/common/plugin.h" #include "src/common/plugin.h"
#include <slurm/slurm_errno.h> #include <slurm/slurm_errno.h>
......
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