Skip to content

Commit

Permalink
Merge pull request #47 from chris-dewbery-imgtec/fix_undefined_ssizet
Browse files Browse the repository at this point in the history
Add missing header file so ssizet is defined when building on other p…
  • Loading branch information
Sean Kelly committed Mar 10, 2016
2 parents ea395c8 + ef9962c commit 4114166
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/common/lwm2m_bootstrap_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>

#include "lwm2m_bootstrap_config.h"
#include "lwm2m_core.h"
Expand Down

0 comments on commit 4114166

Please sign in to comment.