Skip to content

Commit

Permalink
Add missing include
Browse files Browse the repository at this point in the history
Refs c3d45c8
  • Loading branch information
rom1v committed Apr 12, 2022
1 parent 88543cb commit 0c94887
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/adb/adb_device.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "adb_device.h"

#include <stdlib.h>
#include <string.h>

void
sc_adb_device_destroy(struct sc_adb_device *device) {
Expand Down

0 comments on commit 0c94887

Please sign in to comment.