diff options
Diffstat (limited to 'apps/recorder')
-rw-r--r-- | apps/recorder/blank.c | 1 | ||||
-rw-r--r-- | apps/recorder/bounce.c | 1 | ||||
-rw-r--r-- | apps/recorder/boxes.c | 1 | ||||
-rw-r--r-- | apps/recorder/sokoban.c | 1 | ||||
-rw-r--r-- | apps/recorder/tetris.c | 1 | ||||
-rw-r--r-- | apps/recorder/wormlet.c | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/apps/recorder/blank.c b/apps/recorder/blank.c index e85993ca80..985dc894ca 100644 --- a/apps/recorder/blank.c +++ b/apps/recorder/blank.c @@ -18,6 +18,7 @@ ****************************************************************************/ #include "config.h" +#include "features.h" #ifdef USE_SCREENSAVERS diff --git a/apps/recorder/bounce.c b/apps/recorder/bounce.c index bb238ff09e..0d9ecdd05e 100644 --- a/apps/recorder/bounce.c +++ b/apps/recorder/bounce.c @@ -18,6 +18,7 @@ ****************************************************************************/ #include "config.h" +#include "features.h" #ifdef USE_SCREENSAVERS diff --git a/apps/recorder/boxes.c b/apps/recorder/boxes.c index 4eae16b75d..c0875075e1 100644 --- a/apps/recorder/boxes.c +++ b/apps/recorder/boxes.c @@ -18,6 +18,7 @@ ****************************************************************************/ #include "config.h" +#include "features.h" #ifdef USE_SCREENSAVERS diff --git a/apps/recorder/sokoban.c b/apps/recorder/sokoban.c index 4b30cbe005..9230472927 100644 --- a/apps/recorder/sokoban.c +++ b/apps/recorder/sokoban.c @@ -18,6 +18,7 @@ ****************************************************************************/ #include "config.h" +#include "features.h" #ifdef USE_GAMES #include <sprintf.h> diff --git a/apps/recorder/tetris.c b/apps/recorder/tetris.c index 0df577f062..d97a67531e 100644 --- a/apps/recorder/tetris.c +++ b/apps/recorder/tetris.c @@ -20,6 +20,7 @@ ****************************************************************************/ #include "config.h" +#include "features.h" #ifdef USE_GAMES diff --git a/apps/recorder/wormlet.c b/apps/recorder/wormlet.c index 12b54156a3..b403cf3f64 100644 --- a/apps/recorder/wormlet.c +++ b/apps/recorder/wormlet.c @@ -18,6 +18,7 @@ ****************************************************************************/ #include "config.h" +#include "features.h" #ifdef USE_GAMES |