Skip to content

Commit

Permalink
Merge pull request #761 from apache/hotfix/header-includes
Browse files Browse the repository at this point in the history
Hotfix/Fix header includes.
  • Loading branch information
PengZheng authored Jul 17, 2024
2 parents c533db4 + a62656d commit 81d3b6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
#include <sys/param.h>
#include <assert.h>
#include <stdbool.h>
#include <string.h>
#include <errno.h>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
#include <assert.h>
#include <stdbool.h>
#include <stddef.h>
#include <string.h>
#include <errno.h>

#define MAX_RSA_SHM_SERVER_HANDLE_MSG_THREADS_NUM 5
Expand Down
2 changes: 1 addition & 1 deletion libs/framework/src/celix_bundle_cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <dirent.h>
#include <sys/errno.h>
#include <errno.h>

#include "celix_constants.h"
#include "celix_log.h"
Expand Down

0 comments on commit 81d3b6b

Please sign in to comment.