Missing includes

Hi,
I am using GCC 4.4.1 and when I compile OpenBTS I need to adjust
the folling few things:

Sockets.h
added #include <stdio.h>

Timeval.h
added #include <stdint.h>

Logger.h
added #include <stdio.h>

F16.h
added #include <stdint.h>

SMSMessages.cpp
added #include <stdio.h>

Transceiver.cpp (both 64 and 52 version)
added #include <stdio.h>

USRPDevice.h (both)
change usrp pointers back to _sptr

USRPDevice.cpp (both)
added #include <stdint.h>
remove deletes
remove = NULL to sptrs

sendSimple.cpp
#include <stdio.h>

After changing these, it compiles and works well.

Did you all change those includes?
If not, what else did you do?

Christian

Sorry, wrong mailing list.

Christian