summaryrefslogtreecommitdiff
path: root/coreutils/id.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/id.c')
-rw-r--r--coreutils/id.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/id.c b/coreutils/id.c
index a1a17924c..fdfc33cdc 100644
--- a/coreutils/id.c
+++ b/coreutils/id.c
@@ -20,7 +20,7 @@
20 * 20 *
21 */ 21 */
22 22
23#include "internal.h" 23#include "busybox.h"
24#include <stdio.h> 24#include <stdio.h>
25#include <unistd.h> 25#include <unistd.h>
26#include <pwd.h> 26#include <pwd.h>