diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2011-06-04 18:25:11 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2011-06-04 18:25:11 +0200 |
| commit | 02c5b4315a9aaf64b945428288453134f90b75cc (patch) | |
| tree | 3cfeae1de92c37d7fcb4c39f71bd2cc716ad0cca /src/replace-table.c | |
| parent | 02fcb53e3a986a85fa8c0248a306132c8996acd8 (diff) | |
| download | cataract-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.c | 1 |
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" |
