summaryrefslogtreecommitdiff
path: root/src/replace-table.c
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2011-06-04 18:25:11 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2011-06-04 18:25:11 +0200
commit02c5b4315a9aaf64b945428288453134f90b75cc (patch)
tree3cfeae1de92c37d7fcb4c39f71bd2cc716ad0cca /src/replace-table.c
parent02fcb53e3a986a85fa8c0248a306132c8996acd8 (diff)
downloadcataract-02c5b4315a9aaf64b945428288453134f90b75cc.tar.xz
replace-table: Add forgotten file
And also bring back glib/gprintf.h include for g_vasprintf().
Diffstat (limited to 'src/replace-table.c')
-rw-r--r--src/replace-table.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/replace-table.c b/src/replace-table.c
index 344a782..3e4f2b0 100644
--- a/src/replace-table.c
+++ b/src/replace-table.c
@@ -23,6 +23,7 @@
#include <unistd.h>
#include <glib.h>
+#include <glib/gprintf.h>
#include "replace-table.h"
#include "gallery-utils.h"