* libmisc/mail.c, libmisc/copydir.c: Added missing include of

<assert.h>
This commit is contained in:
nekral-guest
2009-04-27 20:09:18 +00:00
parent 988f7334ad
commit e88d1f5803
3 changed files with 7 additions and 0 deletions

View File

@@ -33,6 +33,7 @@
#include <config.h>
#include "prototypes.h"
#include "defines.h"
#include <assert.h>
#include <sys/stat.h>
#include <stdio.h>
#include <string.h>