ObjFW  Diff

Differences From Artifact [dfdbe062d8]:

To Artifact [3e2fecec3f]:


29
30
31
32
33
34
35

36

37
38
39
40
41
42
43
#ifdef HAVE_ASPRINTF_L
# include <locale.h>
#endif
#ifdef HAVE_XLOCALE_H
# include <xlocale.h>
#endif


#include <sys/types.h>


#import "OFString.h"
#import "OFLocalization.h"

#import "OFInitializationFailedException.h"

#define MAX_SUBFORMAT_LEN 64







>
|
>







29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#ifdef HAVE_ASPRINTF_L
# include <locale.h>
#endif
#ifdef HAVE_XLOCALE_H
# include <xlocale.h>
#endif

#ifdef OF_HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif

#import "OFString.h"
#import "OFLocalization.h"

#import "OFInitializationFailedException.h"

#define MAX_SUBFORMAT_LEN 64