ObjFW  Check-in [dc43cd0d1b]

Overview
Comment:OFMapTable.m: Fix a missing include
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: dc43cd0d1b9e065bf08916b712bb17af04b184f8ea78347a376b63d62c063c18
User & Date: js on 2015-04-11 12:56:09
Other Links: manifest | tags
Context
2015-04-11
12:59
OFSystemInfo: Work around GCC being stupid check-in: 406dfede9e user: js tags: trunk
12:56
OFMapTable.m: Fix a missing include check-in: dc43cd0d1b user: js tags: trunk
12:54
configure.ac: Fix a typo check-in: 2d7e5c4641 user: js tags: trunk
Changes

Modified src/OFMapTable.m from [b0de075c30] to [101f595560].

12
13
14
15
16
17
18

19
20
21
22
23
24
25
 * Public License, either version 2 or 3, which can be found in the file
 * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this
 * file.
 */

#include "config.h"


#include <string.h>

#include <assert.h>

#import "OFMapTable.h"
#import "OFMapTable+Private.h"
#import "OFEnumerator.h"







>







12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
 * Public License, either version 2 or 3, which can be found in the file
 * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this
 * file.
 */

#include "config.h"

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

#include <assert.h>

#import "OFMapTable.h"
#import "OFMapTable+Private.h"
#import "OFEnumerator.h"