Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
54ce3834
Commit
54ce3834
authored
Jan 08, 2011
by
Matthias Braun
Browse files
need to include stdlib.h for size_t
[r28226]
parent
565c670f
Changes
2
Show whitespace changes
Inline
Side-by-side
include/libfirm/adt/hashptr.h
View file @
54ce3834
...
...
@@ -26,6 +26,7 @@
#ifndef FIRM_ADT_HASHPTR_H
#define FIRM_ADT_HASHPTR_H
#include <stdlib.h>
#include "../begin.h"
#define _FIRM_FNV_OFFSET_BASIS 2166136261U
...
...
ir/tv/fltcalc.h
View file @
54ce3834
...
...
@@ -27,6 +27,7 @@
#ifndef FIRM_TV_FLTCALC_H
#define FIRM_TV_FLTCALC_H
#include <stdlib.h>
#include "firm_types.h"
#ifdef HAVE_LONG_DOUBLE
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment