aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/eisa
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1996-08-28 18:00:25 +0000
committerBruce Evans <bde@FreeBSD.org>1996-08-28 18:00:25 +0000
commit7ba5dc0f7eea068e8473b7fb68044488952ee007 (patch)
tree3c1ff5f4d345c7759f07d25bd32420fe191f8cc8 /sys/i386/eisa
parent5eba77c97cc52b9e78c76d87e85f42ea0856ef80 (diff)
downloadsrc-7ba5dc0f7eea068e8473b7fb68044488952ee007.tar.gz
src-7ba5dc0f7eea068e8473b7fb68044488952ee007.zip
Use "" instead of <> for a header in the current directory.
Notes
Notes: svn path=/head/; revision=17868
Diffstat (limited to 'sys/i386/eisa')
-rw-r--r--sys/i386/eisa/aic7770.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/eisa/aic7770.c b/sys/i386/eisa/aic7770.c
index 8c1bbce3f40f..eb15d487e06a 100644
--- a/sys/i386/eisa/aic7770.c
+++ b/sys/i386/eisa/aic7770.c
@@ -29,11 +29,11 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: aic7770.c,v 1.28 1996/05/10 16:14:51 gibbs Exp $
+ * $Id: aic7770.c,v 1.29 1996/05/30 07:18:52 gibbs Exp $
*/
#if defined(__FreeBSD__)
-#include <eisa.h>
+#include "eisa.h"
#endif
#if NEISA > 0 || defined(__NetBSD__)