aboutsummaryrefslogtreecommitdiffstats
path: root/src/sat.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2015-12-29 01:46:14 +0100
committerMattias Andrée <maandree@member.fsf.org>2015-12-29 01:46:14 +0100
commit39f1a60497327c301e32a681c33138f42cb98359 (patch)
treee06df6393c1ff6fcd46d7a56c127657a60dfcdf3 /src/sat.c
parentm fix (diff)
downloadsat-39f1a60497327c301e32a681c33138f42cb98359.tar.gz
sat-39f1a60497327c301e32a681c33138f42cb98359.tar.bz2
sat-39f1a60497327c301e32a681c33138f42cb98359.tar.xz
feature test macros
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'src/sat.c')
-rw-r--r--src/sat.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sat.c b/src/sat.c
index 6766542..b86ae39 100644
--- a/src/sat.c
+++ b/src/sat.c
@@ -19,11 +19,10 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*/
-#include <errno.h>
-
#include "parse_time.h"
#include "client.h"
#include "common.h"
+#include <errno.h>