summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ubootenv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ubootenv.c b/scripts/ubootenv.c
index dda5c4cb26..80f2cdbc56 100644
--- a/scripts/ubootenv.c
+++ b/scripts/ubootenv.c
@@ -24,7 +24,7 @@ void *xmalloc(size_t size)
}
#include "../include/envfs.h"
-#include "../common/environment.c"
+#include "../commands/environment.c"
void usage(char *prgname)
{