diff options
author | FreeArtMan <dos21h@gmail.com> | 2019-09-30 18:19:42 +0100 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2019-09-30 18:19:42 +0100 |
commit | 8a8e0941dd2ab5f089662362a30c91e16de18ce0 (patch) | |
tree | 567835cfd70a4632be6f8fd7d31e55641111b677 /libbuf | |
parent | 1466036b3e0771e73501bcf573d9e8efc6f62e37 (diff) | |
download | ihe-8a8e0941dd2ab5f089662362a30c91e16de18ce0.tar.gz ihe-8a8e0941dd2ab5f089662362a30c91e16de18ce0.zip |
Update to compile on other boxes
Diffstat (limited to 'libbuf')
-rw-r--r-- | libbuf/buf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbuf/buf.h b/libbuf/buf.h index ba5c7e7..dcdbb4c 100644 --- a/libbuf/buf.h +++ b/libbuf/buf.h @@ -1,8 +1,8 @@ #ifndef __BUF_H #define __BUF_H -#include <stdlib.h> -#include <stdio.h> +#include <cstdlib> +#include <cstdio> #include <string.h> #include <ctype.h> #include <unistd.h> |