Advertisement
Guest User

Untitled

a guest
May 12th, 2012
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.77 KB | None | 0 0
  1. diff -r 78e9bad9dae3 BBGE/Joystick.cpp
  2. --- a/BBGE/Joystick.cpp Sun Apr 01 21:34:26 2012 +0200
  3. +++ b/BBGE/Joystick.cpp Sat May 12 17:46:47 2012 +0200
  4. @@ -72,6 +72,7 @@
  5.  #include <linux/input.h>
  6.  #include <errno.h>
  7.  #include <iostream>
  8. +#include <unistd.h>
  9.  
  10.  #define BITS_TO_LONGS(x) \
  11.     (((x) + 8 * sizeof (unsigned long) - 1) / (8 * sizeof (unsigned long)))
  12. diff -r 78e9bad9dae3 BBGE/SoundManager.cpp
  13. --- a/BBGE/SoundManager.cpp Sun Apr 01 21:34:26 2012 +0200
  14. +++ b/BBGE/SoundManager.cpp Sat May 12 17:46:47 2012 +0200
  15. @@ -18,6 +18,7 @@
  16.  along with this program; if not, write to the Free Software
  17.  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  18.  */
  19. +#include <unistd.h>
  20.  #include "SoundManager.h"
  21.  #include "Core.h"
  22.  #include "Base.h"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement