diff options
| author | Charles <sircharlesaze@gmail.com> | 2019-11-15 16:23:11 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2019-11-16 08:13:42 +0100 |
| commit | d0c146c2274198814e106b17ea1f9461a1b0b81a (patch) | |
| tree | 7e348bed6a2f625ce3601a8cb7a0ef977e81ef16 /ft_putstr_fd.c | |
| parent | e0f11e486518930e82e67f2dc305595671c074b5 (diff) | |
| download | libft-d0c146c2274198814e106b17ea1f9461a1b0b81a.tar.gz libft-d0c146c2274198814e106b17ea1f9461a1b0b81a.tar.bz2 libft-d0c146c2274198814e106b17ea1f9461a1b0b81a.zip | |
Linux OPEN_MAX
Diffstat (limited to 'ft_putstr_fd.c')
| -rw-r--r-- | ft_putstr_fd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ft_putstr_fd.c b/ft_putstr_fd.c index 1f2bbda..645c133 100644 --- a/ft_putstr_fd.c +++ b/ft_putstr_fd.c @@ -10,8 +10,7 @@ /* */ /* ************************************************************************** */ -#include <unistd.h> -#include <limits.h> +#include "libft.h" void ft_putstr_fd(char *s, int fd) { |
