summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Small <csmall@enc.com.au>2012-01-02 17:46:17 +1100
committerCraig Small <csmall@enc.com.au>2012-01-02 17:46:17 +1100
commit76b3e91e6a379acbfadb8e20232cf08182398928 (patch)
treeaba0cef519cd3a1ce23dacfa058cfb81454acd44
parent532dc9239d33a3f7bb25de438fb2a709b0269863 (diff)
downloadprocps-ng-nls.tar.gz
Made the c and nls include explicitnls
These two includes need the path otherwise the make distcheck fails. I suspect its actually a ps/Makefile.am problem
-rw-r--r--ps/common.h4
1 files 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"