diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index bdf233425..0e115c5be 100644 --- a/src/common.h +++ b/src/common.h @@ -4,6 +4,7 @@ #include "cc-compat.h" #include "util.h" #include "errors.h" + #include <assert.h> #include <errno.h> #include <stdlib.h> |