summary refs log tree commit diff
path: root/pkgs/games/ball-and-paddle/getenv-decl.patch
blob: 6bf26b50a142b520d543aa2a733701a083fb9f79 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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 ()