aboutsummaryrefslogtreecommitdiffstats
path: root/libbuf
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2019-09-30 18:19:42 +0100
committerFreeArtMan <dos21h@gmail.com>2019-09-30 18:19:42 +0100
commit8a8e0941dd2ab5f089662362a30c91e16de18ce0 (patch)
tree567835cfd70a4632be6f8fd7d31e55641111b677 /libbuf
parent1466036b3e0771e73501bcf573d9e8efc6f62e37 (diff)
downloadihe-8a8e0941dd2ab5f089662362a30c91e16de18ce0.tar.gz
ihe-8a8e0941dd2ab5f089662362a30c91e16de18ce0.zip
Update to compile on other boxes
Diffstat (limited to 'libbuf')
-rw-r--r--libbuf/buf.h4
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>