Build fix: implicit declaration of function 'PERROR' on Solaris
[lttng-tools.git] / src / common / filter / memstream.h
index cd246eed27e9a8a4e032b3be40ccb1ecc3aaf50c..41c768146957c8f4ee07c9c96aeeba2f64095821 100644 (file)
@@ -21,6 +21,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.022994 seconds and 4 git commands to generate.