Skip to content

Commit

Permalink
Fix header includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
PengZheng committed Jul 17, 2024
1 parent c533db4 commit a62656d
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 a62656d

Please sign in to comment.