diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-05-30 11:09:54 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-05-30 11:09:54 +0200 |
| commit | 8ef970b679505ea82ea41e94ffa972a732731eae (patch) | |
| tree | 9678ff0d6a880e639091179a64f90b8ecfbbb8ad /lib/src/turns-turn-order.c | |
| parent | 149df837961635b81109796e6b6b2c81c376b356 (diff) | |
| download | turns-8ef970b679505ea82ea41e94ffa972a732731eae.tar.xz turns-8ef970b679505ea82ea41e94ffa972a732731eae.zip | |
source: reformat include statements
Diffstat (limited to 'lib/src/turns-turn-order.c')
| -rw-r--r-- | lib/src/turns-turn-order.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/src/turns-turn-order.c b/lib/src/turns-turn-order.c index 552b200..1861888 100644 --- a/lib/src/turns-turn-order.c +++ b/lib/src/turns-turn-order.c @@ -10,6 +10,7 @@ #include <gio/gio.h> #include <glib-object.h> #include <glib.h> + #include <stdint.h> enum |
