Remove a link that leaked in from the pending llist_t changes.
[oweals/busybox.git] / libbb / u_signal_names.c
index 623b10312dcf227b296d807e6a71d0e003f9ba8d..31ebd895a9ebe5342fe8552a23738f70988cc86f 100644 (file)
@@ -1,9 +1,21 @@
+/* vi: set sw=4 ts=4: */
+/*
+ * Utility routines.
+ *
+ * Copyright (C) many different people.
+ * If you wrote this, please acknowledge your work.
+ *
+ * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
+ */
+
 #include <signal.h>
 #include <ctype.h>
 #include <string.h>
 #include <stdlib.h>
 #include <stdio.h>
 
+#include "libbb.h"
+
 struct signal_name {
        const char *name;
        int number;