fix include order

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1226 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.4
Stéphane Fillod, F8CFE 2002-10-30 23:39:34 +00:00
rodzic 8bad6b60f1
commit 49060c0c02
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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 <stdio.h>
#include <stdlib.h>
#include <rpc/pmap_clnt.h>
@ -42,7 +43,6 @@
#include <getopt.h>
#include <hamlib/rotator.h>
#include "rpcrot.h"
/*