mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-12-08 23:03:46 +00:00
11 lines
232 B
Diff
11 lines
232 B
Diff
|
--- pad.cpp 2009-01-29 20:29:48.000000000 +0100
|
||
|
+++ pad.cpp 2009-01-29 20:29:48.000000000 +0100
|
||
|
@@ -4,6 +4,7 @@
|
||
|
#include <pthread.h>
|
||
|
#include <unistd.h>
|
||
|
#include <sys/shm.h>
|
||
|
+#include <stdlib.h>
|
||
|
|
||
|
//
|
||
|
// singleton specific code
|