ObjFW  Check-in [d0f8cffed5]

Overview
Comment:Add a missing include.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: d0f8cffed523bd888e7c168860ad0e33cb6aba82fefc800c45031111e48e048c
User & Date: js on 2012-04-03 17:53:44
Other Links: manifest | tags
Context
2012-04-09
09:34
Add -fno-objc-default-synthesize-properties. check-in: 20147a800c user: js tags: trunk
2012-04-03
18:40
Merge branch 'master' into runtime check-in: 6bad5d9148 user: js tags: runtime
17:53
Add a missing include. check-in: d0f8cffed5 user: js tags: trunk
15:30
Don't compare blocks to nil. check-in: c223ace803 user: js tags: trunk
Changes

Modified src/of_asprintf.m from [72b4dbe204] to [2b51c08162].

13
14
15
16
17
18
19

20
21
22
23
24
25
26
 * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this
 * file.
 */

#include "config.h"

#define _GNU_SOURCE

#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <stdbool.h>
#include <wchar.h>

#include <sys/types.h>







>







13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
 * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this
 * file.
 */

#include "config.h"

#define _GNU_SOURCE
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <stdbool.h>
#include <wchar.h>

#include <sys/types.h>