diff options
author | Lev Walkin <vlm@lionet.info> | 2016-03-14 05:17:34 -0700 |
---|---|---|
committer | Lev Walkin <vlm@lionet.info> | 2016-03-14 05:17:34 -0700 |
commit | 0ec6b19a78ac3457fb306fb9785f579b4ae9545b (patch) | |
tree | 8b2d5a8cecf83864b1dd5aca071e266b21257aa1 | |
parent | 64dd70cfc1cefbdddbdeb31c3d6014db841bda59 (diff) |
try to move it around for travis
-rw-r--r-- | skeletons/INTEGER.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skeletons/INTEGER.c b/skeletons/INTEGER.c index bcdd395c..01066c9c 100644 --- a/skeletons/INTEGER.c +++ b/skeletons/INTEGER.c @@ -3,10 +3,10 @@ * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ +#include <stdio.h> #include <asn_internal.h> #include <INTEGER.h> #include <asn_codecs_prim.h> /* Encoder and decoder of a primitive type */ -#include <stdio.h> #include <errno.h> /* |