projects
/
ccan
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ccan: Correct some poor conventions in _info includes
[ccan]
/
ccan
/
breakpoint
/
_info
diff --git
a/ccan/breakpoint/_info
b/ccan/breakpoint/_info
index 5f5251e6ddc05d3124bf429c62115c7b140911d9..272ee25d33666bac134f68fafb47330ecde246dc 100644
(file)
--- a/
ccan/breakpoint/_info
+++ b/
ccan/breakpoint/_info
@@
-1,5
+1,6
@@
-#include <string.h>
#include "config.h"
+#include <stdio.h>
+#include <string.h>
/**
* breakpoint - break if the program is run under gdb.