Fix a typo (#endiif -> #endif).

Problem found while building kdesdk3.
This commit is contained in:
wiz 2009-12-06 09:16:16 +00:00
parent 09afef2063
commit 19c8fa4ec7
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ m4preproc_include(`flexint.h')
/* begin standard C++ headers. */
#ifdef _LIBC
#include "namespace.h"
#endiif
#endif
#include <iostream>
#include <errno.h>
#include <cstdlib>