3d0871728b
All the dependent programs needed to have their includes moved too Signed-off-by: Craig Small <csmall@dropbear.xyz>
7 lines
108 B
C
7 lines
108 B
C
#ifndef PROCPS_PROC_WCHAN_H
|
|
#define PROCPS_PROC_WCHAN_H
|
|
|
|
extern const char *lookup_wchan (int pid);
|
|
|
|
#endif
|