From d220e64a45386dcee1eab366d434da03248f6e85 Mon Sep 17 00:00:00 2001 From: deraadt Date: Wed, 14 Jan 2015 21:15:36 +0000 Subject: [PATCH] This does not need . is enough. discussed with ratchov and sthen --- sys/sys/radioio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/sys/radioio.h b/sys/sys/radioio.h index defe1f1daf8..343d730f96a 100644 --- a/sys/sys/radioio.h +++ b/sys/sys/radioio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: radioio.h,v 1.4 2006/02/05 23:52:57 jakemsr Exp $ */ +/* $OpenBSD: radioio.h,v 1.5 2015/01/14 21:15:36 deraadt Exp $ */ /* $RuOBSD: radioio.h,v 1.4 2001/10/18 16:51:36 pva Exp $ */ /* @@ -30,7 +30,7 @@ #ifndef _SYS_RADIOIO_H_ #define _SYS_RADIOIO_H_ -#include +#include #define MIN_FM_FREQ 87500 #define MAX_FM_FREQ 108000 -- 2.20.1