diff options
| -rw-r--r-- | libguile-ssh/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile-ssh/log.h b/libguile-ssh/log.h index 661cf49..9b900c1 100644 --- a/libguile-ssh/log.h +++ b/libguile-ssh/log.h @@ -16,7 +16,7 @@ * along with Guile-SSH. If not, see <http://www.gnu.org/licenses/>. */ -#import "common.h" +#include "common.h" extern struct symbol_mapping log_verbosity[]; |
