diff options
author | Guillem Jover <guillem@debian.org> | 2014-06-07 12:26:32 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2014-08-09 22:04:10 +0200 |
commit | f45bc2de515013c983ee9e8f6898bd3119832fc1 (patch) | |
tree | 087539f23f7d02984446a216c3a3feead99b08a8 /lib/compat/strsignal.c | |
parent | 5a7ed8dcb798baec356e48466ec4c5fa4754103e (diff) | |
download | dpkg-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.c | 2 |
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 |