Skip to content
Snippets Groups Projects
Commit 1dbce14c authored by rtoy's avatar rtoy
Browse files

Oops. Need to include stdint.h to get uint16_t defined.

parent 0dcc8eb4
No related branches found
No related tags found
No related merge requests found
/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/print.c,v 1.29 2010/10/10 14:55:57 rtoy Exp $ */
/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/print.c,v 1.30 2010/10/22 04:07:33 rtoy Exp $ */
#include <stdio.h>
#include <string.h>
#include <stdint.h>
#include "print.h"
#include "lisp.h"
#include "internals.h"
......
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