git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1776 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.2
Stéphane Fillod, F8CFE 2004-08-01 21:26:54 +00:00
rodzic 02c7bc3180
commit 3834f153ab
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -1,9 +1,9 @@
/*
* Hamlib RPC backend - main file
* Copyright (c) 2001-2003 by Stephane Fillod
* Copyright (c) 2001-2004 by Stephane Fillod
* Contributed by Francois Retief <fgretief@sun.ac.za>
*
* $Id: rpcrot_backend.c,v 1.7 2003-04-16 22:30:42 fillods Exp $
* $Id: rpcrot_backend.c,v 1.8 2004-08-01 21:26:54 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -26,6 +26,7 @@
#endif
#include <stdlib.h>
#include <stdio.h>
#include <string.h> /* String function definitions */
#include <unistd.h> /* UNIX standard function definitions */
#include <math.h>