]> granicus.if.org Git - procps-ng/commitdiff
Made the c and nls include explicit
authorCraig Small <csmall@enc.com.au>
Mon, 2 Jan 2012 06:46:17 +0000 (17:46 +1100)
committerCraig Small <csmall@enc.com.au>
Mon, 2 Jan 2012 06:46:17 +0000 (17:46 +1100)
These two includes need the path otherwise the make distcheck fails.
I suspect its actually a ps/Makefile.am problem

ps/common.h

index e1b6fd5e2cd92b106d543185cef3ed127fe7bfb3..3c36528b53fc8c9b9fa09da77060ba55d4e0e9f6 100644 (file)
@@ -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"