diff options
Diffstat (limited to 'src/common.h')
| -rw-r--r-- | src/common.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h new file mode 100644 index 000000000..6624a3e24 --- /dev/null +++ b/src/common.h @@ -0,0 +1,11 @@ +#ifndef INCLUDE_common_h__ +#define INCLUDE_common_h__ + +#include "cc-compat.h" +#include <errno.h> +#include <stdlib.h> +#include <unistd.h> +#include <string.h> + +#include "git/common.h" +#endif /* INCLUDE_common_h__ */ |
