Skip to content

Commit

Permalink
change include to stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
Peyman-EsteghamatRad committed May 28, 2024
1 parent 75df150 commit e8204bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utest.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#ifndef SHEREDOM_UTEST_H_INCLUDED
#define SHEREDOM_UTEST_H_INCLUDED

#include <cstdlib>
#include <stdlib.h>
#include <sys/wait.h>
#include <unistd.h>

Expand Down

0 comments on commit e8204bf

Please sign in to comment.