ObjFW  Check-in [a01ddc6443]

Overview
Comment:Fix a missing include in OFApplication.m.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: a01ddc6443969f2c0f9b16882aa9818bf99a84cc8bbd5b621e1458db70f389e6
User & Date: js on 2012-02-27 12:15:31
Other Links: manifest | tags
Context
2012-02-27
12:16
Update buildsys. check-in: b6fcca5a67 user: js tags: trunk
12:15
Fix a missing include in OFApplication.m. check-in: a01ddc6443 user: js tags: trunk
2012-02-25
11:24
Always define __STDC_{CONSTANT,LIMIT}_MACROS before libc includes.
This is necessary for ObjC++.
check-in: f732bf034e user: js tags: trunk
Changes

Modified src/OFApplication.m from [4213526325] to [68b2ca804c].

14
15
16
17
18
19
20

21
22
23
24
25
26
27
 * file.
 */

#include "config.h"

#define OF_APPLICATION_M


#include <stdlib.h>
#include <string.h>

#include <signal.h>

#import "OFApplication.h"
#import "OFString.h"







>







14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
 * file.
 */

#include "config.h"

#define OF_APPLICATION_M

#include <stdio.h>
#include <stdlib.h>
#include <string.h>

#include <signal.h>

#import "OFApplication.h"
#import "OFString.h"