ObjFW  Check-in [85ad15dc13]

Overview
Comment:Fix a missing include in OFApplication.m.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | 0.6
Files: files | file ages | folders
SHA3-256: 85ad15dc138db345e89937c553c95de10db25939eb9f3bc55fc42bd34a832476
User & Date: js on 2012-02-27 12:15:31
Other Links: branch diff | manifest | tags
Context
2012-02-27
12:53
Update ChangeLog. check-in: f2aa34a8ad user: js tags: 0.6
12:15
Fix a missing include in OFApplication.m. check-in: 85ad15dc13 user: js tags: 0.6
2012-02-25
11:24
Always define __STDC_{CONSTANT,LIMIT}_MACROS before libc includes.
This is necessary for ObjC++.
check-in: 99ed50a5e4 user: js tags: 0.6
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"