summaryrefslogtreecommitdiff
path: root/src/uptime.c
diff options
context:
space:
mode:
authorCraig Small <csmall@dropbear.xyz>2022-08-29 19:02:44 +1000
committerCraig Small <csmall@dropbear.xyz>2022-08-29 19:02:44 +1000
commit3d0871728b4da1922cbb06585b495e55606dcf54 (patch)
tree175ad6aefbb299fe2bdd3a4578a4a91ea39f02df /src/uptime.c
parent406b6d311cebcf4022b90d0ef243534f4817b992 (diff)
downloadprocps-ng-3d0871728b4da1922cbb06585b495e55606dcf54.tar.gz
build-sys: Relocate library to library/
All the dependent programs needed to have their includes moved too Signed-off-by: Craig Small <csmall@dropbear.xyz>
Diffstat (limited to 'src/uptime.c')
-rw-r--r--src/uptime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uptime.c b/src/uptime.c
index 2702ae7..19c4656 100644
--- a/src/uptime.c
+++ b/src/uptime.c
@@ -28,7 +28,7 @@
#include "fileutils.h"
#include "nls.h"
-#include <proc/misc.h>
+#include "misc.h"
static void print_uptime_since()
{