From 49060c0c026c8b6688012efd42e9514f66c13bbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Wed, 30 Oct 2002 23:39:34 +0000 Subject: [PATCH] fix include order git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1226 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- rpcrot/rpcrotd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpcrot/rpcrotd.c b/rpcrot/rpcrotd.c index 76682af60..067f2d9f2 100644 --- a/rpcrot/rpcrotd.c +++ b/rpcrot/rpcrotd.c @@ -4,7 +4,7 @@ * This program let programs control a rotator through * the mean of RPC services using Hamlib. * - * $Id: rpcrotd.c,v 1.2 2002-09-13 06:59:54 fillods Exp $ + * $Id: rpcrotd.c,v 1.3 2002-10-30 23:39:34 fillods Exp $ * * * This program is free software; you can redistribute it and/or @@ -27,6 +27,7 @@ #include "config.h" #endif +#include "rpcrot.h" #include #include #include @@ -42,7 +43,6 @@ #include #include -#include "rpcrot.h" /*