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.
gentoo-overlay/net-analyzer/nodebrain/files/nodebrain-0.8.14-include.patch

31 lines
691 B

--- a/lib/nbbfi.c
+++ b/lib/nbbfi.c
@@ -197,6 +197,7 @@
*=============================================================================
*/
#include <nb/nbi.h>
+#include <ctype.h> /* isdigit() */
/**************************************************************************
* Index Routines
--- a/lib/nbkit.c
+++ b/lib/nbkit.c
@@ -51,6 +51,7 @@
#include <pwd.h>
#include <errno.h>
#include <unistd.h>
+#include <stdlib.h> /* system() */
static int nbKitUsage(void){
printf("Usage:\n");
--- a/module/webster/nb_webster.c
+++ b/module/webster/nb_webster.c
@@ -78,6 +78,7 @@
*/
#include "config.h"
#include <nb/nb.h>
+#include <ctype.h> /* isalnum() */
#if defined(WIN32)