diff options
author | Damien Miller <djm@mindrot.org> | 2019-01-22 00:02:23 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2019-01-22 00:02:23 +1100 |
commit | d50ab3cd6fb859888a26b4d4e333239b4f6bf573 (patch) | |
tree | bd61165737937966b3ede5c5a04d9321ba562212 /kexgen.c | |
parent | c7670b091a7174760d619ef6738b4f26b2093301 (diff) |
new files need includes.h
Diffstat (limited to 'kexgen.c')
-rw-r--r-- | kexgen.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,6 +23,8 @@ | |||
23 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 23 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
24 | */ | 24 | */ |
25 | 25 | ||
26 | #include "includes.h" | ||
27 | |||
26 | #include <sys/types.h> | 28 | #include <sys/types.h> |
27 | 29 | ||
28 | #include <stdio.h> | 30 | #include <stdio.h> |