Fix build problem on sparc

llvm-svn: 5428
This commit is contained in:
Chris Lattner 2003-01-29 18:15:34 +00:00
parent 79997d01d7
commit 649a63bd45
3 changed files with 6 additions and 3 deletions

View File

@ -9,7 +9,8 @@
#include <algorithm>
#include <fstream>
#include <iostream>
#include <stdlib.h>
#include <cstdlib>
#include <alloca.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>

View File

@ -9,7 +9,8 @@
#include <algorithm>
#include <fstream>
#include <iostream>
#include <stdlib.h>
#include <cstdlib>
#include <alloca.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>

View File

@ -9,7 +9,8 @@
#include <algorithm>
#include <fstream>
#include <iostream>
#include <stdlib.h>
#include <cstdlib>
#include <alloca.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>