From 6722bb159c0c0d3f9b18a238be57d7136ab625b0 Mon Sep 17 00:00:00 2001 From: "7u83@mail.ru" <7u83@mail.ru@noemail.net> Date: Sat, 17 Mar 2018 11:53:03 +0000 Subject: [PATCH] Fixed typo FossilOrigin-Name: bdf69406ba87964d5f9ea9932b67d8460528eba651c5c63795265443d96abd3a --- src/cw/dot11.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cw/dot11.h b/src/cw/dot11.h index e7c7111e..5eb5debd 100644 --- a/src/cw/dot11.h +++ b/src/cw/dot11.h @@ -15,7 +15,7 @@ #include #ifdef __FreeBSD__ -#include +#include #else #include #endif