[w3m-dev 02555]

From: Fumitoshi UKAI <ukai@debian.or.jp>
This commit is contained in:
Fumitoshi UKAI
2001-11-26 09:01:08 +00:00
parent bdf0fff6d6
commit b136c763a1
5 changed files with 46 additions and 7 deletions

4
fm.h
View File

@@ -1,4 +1,4 @@
/* $Id: fm.h,v 1.20 2001/11/24 02:01:26 ukai Exp $ */
/* $Id: fm.h,v 1.21 2001/11/26 09:01:08 ukai Exp $ */
/*
* w3m: WWW wo Miru utility
*
@@ -10,6 +10,8 @@
#ifndef FM_H
#define FM_H
#define _GNU_SOURCE /* strcasestr() */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>