]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
script: don't include err.h directly
authorKarel Zak <kzak@redhat.com>
Tue, 12 Apr 2011 10:57:56 +0000 (12:57 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 12 Apr 2011 10:57:56 +0000 (12:57 +0200)
term-utils/script.c

index f7b6d2ece9627540cb32e88b19854d777a13ac34..d57d441867e1ac4951ad509d890eb020bddb0267 100644 (file)
 #include <sys/file.h>
 #include <signal.h>
 #include <errno.h>
-#include <err.h>
 #include <string.h>
 #include <getopt.h>
 #include <unistd.h>
 
 #include "nls.h"
+#include "c.h"
 
 #if HAVE_LIBUTIL && HAVE_PTY_H
 #include <pty.h>