mirror of the now-defunct rocklinux.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- ./src/pstree.c.orig 2004-08-29 17:20:07.000000000 +0200
|
|
+++ ./src/pstree.c 2004-08-29 17:11:26.000000000 +0200
|
|
@@ -16,9 +16,12 @@
|
|
#include <pwd.h>
|
|
#include <dirent.h>
|
|
#include <curses.h>
|
|
-#include <term.h>
|
|
#include <termios.h>
|
|
+#ifdef HAVE_TERMCAP_H
|
|
#include <termcap.h>
|
|
+#else
|
|
+#include <term.h>
|
|
+#endif
|
|
#include <langinfo.h>
|
|
#include <sys/types.h>
|
|
#include <sys/stat.h>
|