Few fixes in libc/sys/socket.h
ID0001439:
**This issue was created automatically from Mantis Issue 1439. Further discussion may take place here.**
---
| **Id** | **Project** | **Category** | **View** | **Due Date** | **Updated** |
| --- | --- | --- | --- | --- | --- |
| ID0001439 | Frama-C | Kernel | public | 2013-06-03 | 2014-03-13 |
| | | | | | |
| --- | --- | --- | --- | --- | --- |
| **Reporter** | Anne | **Assigned To** | Matthieu Lemerre | **Resolution** | fixed |
| **Priority** | normal | **Severity** | trivial | **Reproducibility** | always |
| **Platform** | - | **OS** | - | **OS Version** | - |
| **Product Version** | Frama-C Fluorine-20130501 | **Target Version** | - | **Fixed in Version** | Frama-C Neon-20140301 |
### Description :
In libc/sys/socket.h, some "../" are missing for some includes :
< #include "__fc_machdep.h"
> #include "../__fc_machdep.h"
< #include "__fc_define_ssize_t.h"
> #include "../__fc_define_ssize_t.h"
< #include "__fc_define_iovec.h"
> #include "../__fc_define_iovec.h"
issue