From d62dfa3c37562f242c9cb3aac2ee66e256705403 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Wed, 1 Oct 2003 19:40:15 +0000 Subject: [PATCH] include fixup, stdio.h is not included by rig.h anymore git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1554 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- icom/icom.c | 3 ++- icom/optoscan.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/icom/icom.c b/icom/icom.c index 5164b3ff9..c8a7e99b6 100644 --- a/icom/icom.c +++ b/icom/icom.c @@ -2,7 +2,7 @@ * Hamlib CI-V backend - main file * Copyright (c) 2000-2003 by Stephane Fillod * - * $Id: icom.c,v 1.77 2003-06-22 19:40:54 fillods Exp $ + * $Id: icom.c,v 1.78 2003-10-01 19:40:15 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 @@ -24,6 +24,7 @@ #include "config.h" #endif +#include #include #include /* String function definitions */ #include /* UNIX standard function definitions */ diff --git a/icom/optoscan.c b/icom/optoscan.c index f52ca8396..a1181fc2b 100644 --- a/icom/optoscan.c +++ b/icom/optoscan.c @@ -2,7 +2,7 @@ * Hamlib CI-V backend - OptoScan extensions * Copyright (c) 2000-2003 by Stephane Fillod * - * $Id: optoscan.c,v 1.8 2003-09-07 18:30:28 fillods Exp $ + * $Id: optoscan.c,v 1.9 2003-10-01 19:39:23 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 @@ -24,6 +24,7 @@ #include "config.h" #endif +#include #include #include /* String function definitions */ #include /* UNIX standard function definitions */