mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
10 lines
232 B
Diff
10 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
|