Update pb.h
This commit is contained in:
parent
52b9369c5d
commit
e902a718ab
3
pb.h
3
pb.h
|
@ -68,6 +68,7 @@
|
|||
* a custom header that defines or includes all this. In that case,
|
||||
* define PB_SYSTEM_HEADER to the path of this file.
|
||||
*/
|
||||
/*
|
||||
#ifdef PB_SYSTEM_HEADER
|
||||
#include PB_SYSTEM_HEADER
|
||||
#else
|
||||
|
@ -81,7 +82,7 @@
|
|||
#include <stdlib.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
*/
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue