diff options
author | Ben Burdette <bburdette@gmail.com> | 2020-03-30 09:14:29 -0600 |
---|---|---|
committer | Ben Burdette <bburdette@gmail.com> | 2020-03-30 09:14:29 -0600 |
commit | 35c7bab09ac97efd3561d3c5a0c827e4dc391141 (patch) | |
tree | 69ee3e35f6f1dbe7b5461b7cf627ec4140c9ec6d /src/libutil | |
parent | 759f39800bb80eaa297ea2532b1640959487ed9c (diff) |
build with make
Diffstat (limited to 'src/libutil')
-rw-r--r-- | src/libutil/util.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libutil/util.hh b/src/libutil/util.hh index d69e29158..0b55c6788 100644 --- a/src/libutil/util.hh +++ b/src/libutil/util.hh @@ -3,6 +3,7 @@ #include "types.hh" #include "logging.hh" #include "ansicolor.hh" +#include "error.hh" #include <sys/types.h> #include <sys/stat.h> |