Changeset 809 for trunk/src/ash/input.c


Ignore:
Timestamp:
Jan 29, 2007, 6:54:36 AM (18 years ago)
Author:
bird
Message:

Solaris + cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ash/input.c

    r626 r809  
    3333 */
    3434
     35#ifdef HAVE_SYS_CDEFS_H
    3536#include <sys/cdefs.h>
     37#endif
    3638#ifndef lint
    3739#if 0
     
    4850#include <stdlib.h>
    4951#include <string.h>
     52#ifdef __sun__
     53#include <iso/limits_iso.h>
     54#endif
    5055
    5156/*
Note: See TracChangeset for help on using the changeset viewer.