Ticket #1474 (fix slang include)

fix: typo in #include <slang.h> section
This commit is contained in:
Ilia Maslakov 2009-08-12 19:32:50 +00:00
parent e1cbec7be9
commit 9e0316c777
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ AC_DEFUN([MC_CHECK_SLANG_BY_PATH], [
#ifdef HAVE_SLANG_SLANG_H
#include <slang/slang.h>
#else
#include <slang/slang.h>
#include <slang.h>
#endif
int main (void)
{