Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gnumeric
Commits
dd952f1e
Commit
dd952f1e
authored
Mar 11, 1999
by
Arturo Espinosa
Browse files
Do not use sys/fcntl.h, use fcntl.h -fix from Philippe Defert
parent
3f616a4f
Changes
2
Hide whitespace changes
Inline
Side-by-side
plugins/ff-csv/csv-io.c
View file @
dd952f1e
...
...
@@ -17,7 +17,7 @@
#include
<stdlib.h>
#include
<gnome.h>
#include
<unistd.h>
#include
<
sys/
fcntl.h>
#include
<fcntl.h>
#include
<sys/mman.h>
#include
<sys/stat.h>
#include
<sys/types.h>
...
...
plugins/text/text-io.c
View file @
dd952f1e
...
...
@@ -13,7 +13,7 @@
#include
<limits.h>
#include
<gnome.h>
#include
<unistd.h>
#include
<
sys/
fcntl.h>
#include
<fcntl.h>
#include
<sys/mman.h>
#include
<sys/stat.h>
#include
<sys/types.h>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment