diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2015-03-26 23:12:38 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2015-03-27 00:08:46 +0100 |
commit | cc8d7d062e2db0a1ed3973e6af38cd1938ba74d7 (patch) | |
tree | 9e2db5741cbcb01a246821cc4fc9dc4df8e263b4 /test/silly/hello.c | |
parent | 560f416794403be952e850756d7e8b23e8fa92ac (diff) |
include: update atomic.h from glibc
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'test/silly/hello.c')
-rw-r--r-- | test/silly/hello.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/silly/hello.c b/test/silly/hello.c index 4aba926e6..d330597ab 100644 --- a/test/silly/hello.c +++ b/test/silly/hello.c @@ -1,4 +1,4 @@ -#include<stdio.h> +#include <stdio.h> #include <stdlib.h> int main(void) |