]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - tools/perf/util/xyarray.c
perf tools: Remove string.h from util.h
[karo-tx-linux.git] / tools / perf / util / xyarray.c
index c10ba41ef3f6298eb77e624f7f1b14f41555c36c..7251fdbabceda5e0bb88e4b9ae83f501ea9ad517 100644 (file)
@@ -1,5 +1,7 @@
 #include "xyarray.h"
 #include "util.h"
+#include <stdlib.h>
+#include <string.h>
 
 struct xyarray *xyarray__new(int xlen, int ylen, size_t entry_size)
 {