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 */