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
This commit is contained in:
Craig Small 2012-01-02 17:46:17 +11:00
parent 532dc9239d
commit 76b3e91e6a

View 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"