summaryrefslogtreecommitdiff
path: root/lib/compat/strsignal.c
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2014-06-07 12:26:32 +0200
committerGuillem Jover <guillem@debian.org>2014-08-09 22:04:10 +0200
commitf45bc2de515013c983ee9e8f6898bd3119832fc1 (patch)
tree087539f23f7d02984446a216c3a3feead99b08a8 /lib/compat/strsignal.c
parent5a7ed8dcb798baec356e48466ec4c5fa4754103e (diff)
downloaddpkg-f45bc2de515013c983ee9e8f6898bd3119832fc1.tar.gz
libcompat: Make the library testable
This will allow us to guarantee the compatibility implementations at least build, and can eventually be tested.
Diffstat (limited to 'lib/compat/strsignal.c')
-rw-r--r--lib/compat/strsignal.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/compat/strsignal.c b/lib/compat/strsignal.c
index ea2d81ac9..1f497019e 100644
--- a/lib/compat/strsignal.c
+++ b/lib/compat/strsignal.c
@@ -24,6 +24,8 @@
#include <stdio.h>
#include <gettext.h>
+#include "compat.h"
+
#define _(str) gettext(str)
#ifndef HAVE_DECL_SYS_SIGLIST