X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fantithread%2Fantithread.c;h=72e172b1a244d82bd6e503510943eaf155091691;hp=e3f3bac92277379149ff5985509da319389f7e3a;hb=d32033ada4a4e5821baef20958ae6de0b54622b2;hpb=5b0bdc23fbc8549f8d2e3034cd0c3e018dd994ad diff --git a/ccan/antithread/antithread.c b/ccan/antithread/antithread.c index e3f3bac9..72e172b1 100644 --- a/ccan/antithread/antithread.c +++ b/ccan/antithread/antithread.c @@ -1,3 +1,4 @@ +/* Licensed under GPLv3+ - see LICENSE file for details */ #include #include #include @@ -6,14 +7,15 @@ #include #include #include +#include #include #include -#include #include "antithread.h" +#include #include #include #include -#include +#include #include /* FIXME: Valgrind support should be possible for some cases. Tricky