From 76b3e91e6a379acbfadb8e20232cf08182398928 Mon Sep 17 00:00:00 2001 From: Craig Small Date: Mon, 2 Jan 2012 17:46:17 +1100 Subject: 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 --- ps/common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ps/common.h b/ps/common.h index e1b6fd5..3c36528 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" -- cgit v1.2.1