Skip to content

Commit

Permalink
add missing header for int abs(int) function
Browse files Browse the repository at this point in the history
  • Loading branch information
richard42 committed Oct 6, 2023
1 parent 8d3dd8f commit ae752c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/device/dd/dd_controller.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

#include "dd_controller.h"

#include <stdlib.h>
#include <assert.h>
#include <string.h>
#include <time.h>
Expand Down

0 comments on commit ae752c2

Please sign in to comment.