From: Craig Small Date: Mon, 2 Jan 2012 06:46:17 +0000 (+1100) Subject: Made the c and nls include explicit X-Git-Tag: v3.3.2~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=76b3e91e6a379acbfadb8e20232cf08182398928;p=procps-ng Made the c and nls include explicit These two includes need the path otherwise the make distcheck fails. I suspect its actually a ps/Makefile.am problem --- diff --git a/ps/common.h b/ps/common.h index e1b6fd5e..3c36528b 100644 --- a/ps/common.h +++ b/ps/common.h @@ -12,8 +12,8 @@ #ifndef PROCPS_PS_H #define PROCPS_PS_H -#include "c.h" -#include "nls.h" +#include "../include/c.h" +#include "../include/nls.h" #include "../proc/procps.h" #include "../proc/escape.h" #include "../proc/readproc.h"