aboutsummaryrefslogtreecommitdiffstats
path: root/USER/USER.xs
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2024-08-24 11:01:42 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2024-08-24 11:07:03 +0200
commite9a398d7b35af61ca9203c6dfc081ea1276ffe82 (patch)
tree94e0476bd2f5611f0d9b1c57e3d219571da10a0e /USER/USER.xs
parent46c63af02385c3d8b8c8e366d00c26fb17158e3d (diff)
downloaduserdrake-e9a398d7b35af61ca9203c6dfc081ea1276ffe82.tar
userdrake-e9a398d7b35af61ca9203c6dfc081ea1276ffe82.tar.gz
userdrake-e9a398d7b35af61ca9203c6dfc081ea1276ffe82.tar.bz2
userdrake-e9a398d7b35af61ca9203c6dfc081ea1276ffe82.tar.xz
userdrake-e9a398d7b35af61ca9203c6dfc081ea1276ffe82.zip
Fix undeclared SvGChar
Diffstat (limited to 'USER/USER.xs')
-rw-r--r--USER/USER.xs1
1 files changed, 1 insertions, 0 deletions
diff --git a/USER/USER.xs b/USER/USER.xs
index ff9fc41..1e64462 100644
--- a/USER/USER.xs
+++ b/USER/USER.xs
@@ -29,6 +29,7 @@
#include <utime.h>
#include <libuser/user.h>
#include <libuser/user_private.h>
+#include "Glib/Install/gperl.h"