Here's all .h files I've included so far,but non have the definition of bool:
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <pthread.h>
#include<netdb.h>
#include <fcntl.h>
#include <unistd.h>
#include <event.h>
Which file does define bool?
intjust like everybody did before C99 :) – pmg May 25 '11 at 8:56