summaryrefslogtreecommitdiffstats
path: root/common/command.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2010-10-04 08:32:52 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2010-10-04 08:32:52 +0200
commit43c1881110b28f42c58d45465a6b8cad06540ad0 (patch)
tree4b964b15e2ed7e6acd6e375c39e575348fd988a2 /common/command.c
parent849e910d07a2e6d9f1e8562f2d6ce1adf0034c51 (diff)
parent81d2b141e709505fcdf9a6c4df160894ddf28667 (diff)
downloadbarebox-43c1881110b28f42c58d45465a6b8cad06540ad0.tar.gz
barebox-43c1881110b28f42c58d45465a6b8cad06540ad0.tar.xz
Merge branch 'next'
Diffstat (limited to 'common/command.c')
-rw-r--r--common/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/command.c b/common/command.c
index 8ed107256d..f1aeeb9df0 100644
--- a/common/command.c
+++ b/common/command.c
@@ -33,7 +33,7 @@
#include <linux/list.h>
#include <init.h>
#include <complete.h>
-#include <linux/utsrelease.h>
+#include <generated/utsrelease.h>
#include <getopt.h>
const char version_string[] =