diff options
author | nirav <nirav@teisuu.com> | 2019-04-27 20:27:07 +0530 |
---|---|---|
committer | Dandelion <nirav@teisuu.com> | 2019-04-27 20:27:07 +0530 |
commit | e396a4057d96327f4735e316574f8a76b16d40be (patch) | |
tree | 9e5cc9a4c9eccbf3ce9bb01d020082f4975283e9 /src/option.c | |
parent | 166b6cc1214ec4a0193baabaf80c5956bafcac9f (diff) | |
download | im-e396a4057d96327f4735e316574f8a76b16d40be.tar.gz im-e396a4057d96327f4735e316574f8a76b16d40be.zip |
Change formating
Diffstat (limited to 'src/option.c')
-rw-r--r-- | src/option.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/option.c b/src/option.c index 290eff3..e548d78 100644 --- a/src/option.c +++ b/src/option.c @@ -1,3 +1,4 @@ +#define _POSIX_C_SOURCE 123123 #include <stdio.h> #include <stdlib.h> #include <unistd.h> |