Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libpwdgrp/shadow.c')
-rw-r--r--libpwdgrp/shadow.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libpwdgrp/shadow.c b/libpwdgrp/shadow.c
index 6cf195e4a..c79417383 100644
--- a/libpwdgrp/shadow.c
+++ b/libpwdgrp/shadow.c
@@ -39,8 +39,7 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-
-#include "shadow.h"
+#include "shadow_.h"
static FILE *shadow;
static char spwbuf[BUFSIZ];