about summary refs log tree commit diff
path: root/converter/ppm/eyuvtoppm.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/ppm/eyuvtoppm.c')
-rw-r--r--converter/ppm/eyuvtoppm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/converter/ppm/eyuvtoppm.c b/converter/ppm/eyuvtoppm.c
index dcbb9547..33d57409 100644
--- a/converter/ppm/eyuvtoppm.c
+++ b/converter/ppm/eyuvtoppm.c
@@ -34,6 +34,8 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
+
+#include "pm_c_util.h"
 #include "ppm.h"
 #include "shhopt.h"
 #include "mallocvar.h"