Changeset 12875 for trunk/Ohana/src/libohana/include/ohana.h
- Timestamp:
- Apr 18, 2007, 9:21:46 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libohana/include/ohana.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libohana/include/ohana.h
r10842 r12875 1 1 # include <stdio.h> 2 2 # include <fcntl.h> 3 # include <malloc.h>4 3 # include <math.h> 5 4 # include <errno.h> 6 5 # include <time.h> 7 # include <memory.h>8 6 # include <stdlib.h> 9 7 # include <string.h> … … 18 16 # include <readline/history.h> 19 17 # include <readline/readline.h> 18 19 // XXX I was including these before, but RHL claims they are not needed 20 // # include <malloc.h> 21 // # include <memory.h> 20 22 21 23 /* OHANA included stuff */
Note:
See TracChangeset
for help on using the changeset viewer.
