Skip to content
Snippets Groups Projects
Commit 28d03d3d authored by hallgren's avatar hallgren
Browse files

Include hpux-os.h if under hpux.

parent 4b3d0922
No related branches found
No related tags found
No related merge requests found
/*
* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/os.h,v 1.1 1992/07/28 20:15:12 wlott Exp $
* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/os.h,v 1.2 1993/07/27 15:40:17 hallgren Exp $
*
* Common interface for os-dependent functions.
*
......@@ -16,6 +16,10 @@
#else
#ifdef sun
#include "sunos-os.h"
#else
#ifdef hpux
#include "hpux-os.h"
#endif
#endif
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment