Browse Source

param: Add a missing include.

sbg
Stephan Brown 8 years ago committed by Beat Küng
parent
commit
5a6084de07
  1. 1
      src/systemcmds/param/param.c

1
src/systemcmds/param/param.c

@ -49,6 +49,7 @@ @@ -49,6 +49,7 @@
#include <unistd.h>
#include <fcntl.h>
#include <math.h>
#include <inttypes.h>
#include <sys/stat.h>
#include <arch/board/board.h>

Loading…
Cancel
Save