Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 832981
Collapse All | Expand All

(-)a/load.c (+1 lines)
Lines 8-13 Link Here
8
 * This file is released under the GPLv2.
8
 * This file is released under the GPLv2.
9
 */
9
 */
10
#define _GNU_SOURCE
10
#include "config.h"
11
#include "config.h"
11
#include <sys/types.h>
12
#include <sys/types.h>
12
#include <sys/stat.h>
13
#include <sys/stat.h>
(-)a/suspend.c (+1 lines)
Lines 9-14 Link Here
9
 *
9
 *
10
 */
10
 */
11
#define _GNU_SOURCE
11
#include "config.h"
12
#include "config.h"
12
#include <sys/types.h>
13
#include <sys/types.h>
13
#include <sys/stat.h>
14
#include <sys/stat.h>
(-)a/swsusp.h (+1 lines)
Lines 9-14 Link Here
9
 *
9
 *
10
 */
10
 */
11
#define _GNU_SOURCE
11
#include <stdint.h>
12
#include <stdint.h>
12
#include <linux/fs.h>
13
#include <linux/fs.h>
13
#include <linux/suspend_ioctls.h>
14
#include <linux/suspend_ioctls.h>

Return to bug 832981