Skip to content

Commit

Permalink
perfetto: add include for size_t
Browse files Browse the repository at this point in the history
Change-Id: I33faf83d014c99f671c78d43ffdc4dbc5d40bdd8
  • Loading branch information
LalitMaganti committed Mar 27, 2023
1 parent 01c4b0e commit 75da2af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/android_internal/statsd.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 17,7 @@
#ifndef SRC_ANDROID_INTERNAL_STATSD_H_
#define SRC_ANDROID_INTERNAL_STATSD_H_

#include <stddef.h>
#include <stdint.h>

// This header declares proxy functions defined in
Expand Down

0 comments on commit 75da2af

Please sign in to comment.