* src/mimeview.c

* src/summaryview.c
	make it compile again because of regex.h / fnmatch.h
	include problems (related to recent mime stuff, can
	someone check this?)
This commit is contained in:
Alfons Hoogervorst 2003-06-06 21:11:42 +00:00
parent 64a7e3de43
commit a738de9b05
4 changed files with 10 additions and 7 deletions

View file

@ -1,3 +1,11 @@
2003-06-06 [alfons] 0.9.0claws15
* src/mimeview.c
* src/summaryview.c
make it compile again because of regex.h / fnmatch.h
include problems (related to recent mime stuff, can
someone check this?)
2003-06-06 [thorsten] 0.9.0claws14
* src/folderview.c

View file

@ -11,7 +11,7 @@ MINOR_VERSION=9
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=claws13
EXTRA_VERSION=claws15
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
dnl set $target

View file

@ -36,9 +36,7 @@
#include <gtk/gtkdnd.h>
#include <gtk/gtkselection.h>
#include <stdio.h>
#include <unistd.h>
#include <fnmatch.h>
#include "intl.h"
#include "main.h"
#include "mimeview.h"

View file

@ -44,9 +44,6 @@
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <unistd.h>
#include <sys/stat.h>
#include <regex.h>
#include "intl.h"
#include "main.h"