X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fantithread%2Fantithread.c;h=72e172b1a244d82bd6e503510943eaf155091691;hb=adc90816df194167a588a943ae503a37fec3fb6a;hp=f077221ed444305a12dbde2d4a1d54a2208a8be2;hpb=418cb41273ba4b8bcb07a7b310605107e35bf525;p=ccan diff --git a/ccan/antithread/antithread.c b/ccan/antithread/antithread.c index f077221e..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 @@ -9,12 +10,12 @@ #include #include #include -#include #include "antithread.h" +#include #include #include #include -#include +#include #include /* FIXME: Valgrind support should be possible for some cases. Tricky