Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 114898 | Differences between
and this patch

Collapse All | Expand All

(-)date_filter_dialog.c.orig (-1 / +2 lines)
Lines 18-25 Link Here
18
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
18
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
19
 */
19
 */
20
20
21
#include "emelfm.h"
21
#define _XOPEN_SOURCE /* glibc2 needs this */
22
#include <time.h>
22
#include <time.h>
23
#include "emelfm.h"
23
#include <unistd.h>
24
#include <unistd.h>
24
#include <stdio.h>
25
#include <stdio.h>
25
#include <stdlib.h>
26
#include <stdlib.h>

Return to bug 114898