diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-03-08 22:51:29 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-03-08 22:52:07 +0100 |
| commit | 8307b7b5f28b0c3516f10000b1ac89c50cfa4d63 (patch) | |
| tree | 6f5234cb0c6f9340f491d60ece73af5ea18a67d8 /ft_putstr_fd.c | |
| parent | 19964c7a382bcc5c0f09b1233b54b559c44e3a28 (diff) | |
| download | libft-cub3d.tar.gz libft-cub3d.tar.bz2 libft-cub3d.zip | |
Linux portabilitycub3d
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) { |
