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:
parent
532dc9239d
commit
76b3e91e6a
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user