GNU Ball and Paddle 0.8.1.

svn path=/nixpkgs/trunk/; revision=16410
This commit is contained in:
Ludovic Courtès
2009-07-16 21:38:30 +00:00
parent 92662d3d0f
commit 179c9415db
2 changed files with 20 additions and 3 deletions
@@ -0,0 +1,13 @@
Make the getenv(3) declaration visible.
--- ballandpaddle-0.8.1/src/settingsmanager.cpp 2009-07-08 02:13:16.000000000 +0200
+++ ballandpaddle-0.8.1/src/settingsmanager.cpp 2009-07-16 23:30:28.000000000 +0200
@@ -17,6 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
**/
+#include <stdlib.h>
#include "settingsmanager.h"
SettingsManager::SettingsManager ()