From 987e841c859e247a11086d42ed87851cfd1b49f2 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 6 Dec 2019 15:10:35 -0500 Subject: Consolidate includes --- spm.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'spm.h') diff --git a/spm.h b/spm.h index 4b033d0..53fc83b 100644 --- a/spm.h +++ b/spm.h @@ -1,6 +1,19 @@ #ifndef SPM_SPM_H #define SPM_SPM_H +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include "config.h" + // spm.c #define SYSERROR stderr, "%s:%s:%d: %s\n", __FILE__, __FUNCTION__, __LINE__, strerror(errno) #define DIRSEP_WIN32 '\\' -- cgit