Skip to content

Commit 1fa505e

Browse files
committed
CoreFoundation: include public header with proper spelling
1 parent c69852d commit 1fa505e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CoreFoundation/String.subproj/CFBurstTrie.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include "CFInternal.h"
1212
#include "CFBurstTrie.h"
1313
#include <CoreFoundation/CFByteOrder.h>
14-
#include "CFNumber.h"
14+
#include <CoreFoundation/CFNumber.h>
1515
#include <stdio.h>
1616
#include <string.h>
1717
#include <stdlib.h>

0 commit comments

Comments
 (0)