Skip to content

Commit 9e24eba

Browse files
committed
Add assert header to deployment_handler
1 parent 212c8b9 commit 9e24eba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: ggdeploymentd/src/deployment_handler.c

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include "iot_jobs_listener.h"
1111
#include "stale_component.h"
1212
#include <sys/types.h>
13+
#include <assert.h>
1314
#include <fcntl.h>
1415
#include <ggl/base64.h>
1516
#include <ggl/buffer.h>

0 commit comments

Comments
 (0)