kopia lustrzana https://github.com/Hamlib/Hamlib
fix include order
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1226 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.4
rodzic
8bad6b60f1
commit
49060c0c02
|
@ -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"
|
||||
|
||||
|
||||
/*
|
||||
|
|
Ładowanie…
Reference in New Issue