diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2016-07-17 16:02:56 +0400 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2016-07-17 16:02:56 +0400 |
| commit | b047eeb4358442384e03b646ad122fe3142c3f7e (patch) | |
| tree | 5457230f72189a68e3361eb719a7b0181c836a84 | |
| parent | Merge branch 'master' into wip-better-logging (diff) | |
| download | guile-ssh-wip-better-logging.tar.gz | |
libguile-ssh/log.h: Replace 'import' with 'include'wip-better-logging
| -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[]; |
