diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-02-07 00:54:32 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-02-07 00:54:32 -0500 |
commit | 0f48e8fe62cab6b191d523566603350225735218 (patch) | |
tree | 4a6557b8c4ca1c1959c899e95c319c669b2493ef | |
parent | 88df453f8c5ea045f9c3734c1c74b33ac7b27a79 (diff) | |
download | spmc-0f48e8fe62cab6b191d523566603350225735218.tar.gz |
Include shlib.h
-rw-r--r-- | include/spm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/spm.h b/include/spm.h index fdea8b8..80db07a 100644 --- a/include/spm.h +++ b/include/spm.h @@ -28,6 +28,7 @@ #endif #include "strlist.h" +#include "shlib.h" #include "config.h" // spm.c |