/[ipchat]/ipchat/src/ui_common.h
ViewVC logotype

Diff of /ipchat/src/ui_common.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by beatk, Mon Feb 14 16:26:59 2005 UTC revision 1.5 by beatk, Sun Mar 20 22:50:01 2005 UTC
# Line 16  Line 16 
16     59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.     59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
17  */  */
18    
19    #include "common.h"
20    
21    #ifdef HAVE_NCURSES_H
22    #include <ncurses.h>
23    #elif HAVE_NCURSES_NCURSES_H
24    #include <ncurses/ncurses.h>
25    #elif HAVE_NCURSES_CURSES_H
26    #include <ncurses/ncurses.h>
27    #elif HAVE_CURSES_H
28    #include <curses.h>
29    #elif HAVE_CONFIG_H
30    #error Missing ncurses header!
31    #else
32    /* most common place */
33  #include <ncurses.h>  #include <ncurses.h>
34    #endif
35    
36  #include "user_iface.h"  #include "user_iface.h"
37  #include "contact_list.h"  #include "contact_list.h"
38  #include "parse.h"  #include "parse.h"

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26