diff src/histogram.c @ 284:84c4618cd1cb

Fix missing header files inclusions.
author zas_
date Tue, 08 Apr 2008 23:25:46 +0000
parents 9995c5fb202a
children fd5c62403498
line wrap: on
line diff
--- a/src/histogram.c	Tue Apr 08 23:16:12 2008 +0000
+++ b/src/histogram.c	Tue Apr 08 23:25:46 2008 +0000
@@ -11,6 +11,9 @@
 
 #include "main.h"
 #include "histogram.h"
+
+#include "pixbuf_util.h"
+
 #include <math.h>
 
 /*