Build fix: implicit declaration of function 'PERROR' on Solaris
[lttng-tools.git] / src / lib / lttng-ctl / filter / memstream.h
index af2a5a77382e96b9e8e7f52764988a84bcab534f..dce4e4d2ee82b510b4b89262adbfa840c0adc163 100644 (file)
@@ -32,6 +32,7 @@ FILE *lttng_fmemopen(void *buf, size_t size, const char *mode)
 
 #include <stdlib.h>
 #include <stdio.h>
+#include <common/error.h>
 
 /*
  * Fallback for systems which don't have fmemopen. Copy buffer to a
This page took 0.024438 seconds and 4 git commands to generate.