Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140526
b: refs/heads/master
c: aa0d3bb
h: refs/heads/master
v: v3
  • Loading branch information
Rusty Russell committed Mar 31, 2009
1 parent c3349e1 commit 94173bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e91defa26c527ceeaff6266c55cdc7e17c9081a2
refs/heads/master: aa0d3bb77e780054babcd289484cf4c15180111b
5 changes: 4 additions & 1 deletion trunk/arch/arm/boot/compressed/misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@

unsigned int __machine_arch_type;

#include <linux/string.h>
#include <linux/compiler.h> /* for inline */
#include <linux/types.h> /* for size_t */
#include <linux/stddef.h> /* for NULL */
#include <asm/string.h>

#ifdef STANDALONE_DEBUG
#define putstr printf
Expand Down

0 comments on commit 94173bb

Please sign in to comment.