[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [UNIKRAFT PATCH] alloc.c: Include missing `<stddef.h>`


  • To: "minios-devel@xxxxxxxxxxxxx" <minios-devel@xxxxxxxxxxxxx>
  • From: Simon Kuenzer <simon.kuenzer@xxxxxxxxx>
  • Date: Wed, 2 Dec 2020 23:33:11 +0000
  • Accept-language: en-GB, gl-ES, en-US
  • Delivery-date: Wed, 02 Dec 2020 23:33:17 +0000
  • List-id: Mini-os development list <minios-devel.lists.xenproject.org>
  • Thread-index: AQHWyQM9T6mPUnfo0UaW7/3wP2LijqnkdPeA
  • Thread-topic: [UNIKRAFT PATCH] alloc.c: Include missing `<stddef.h>`

I am sorry, please ignore this patch, the tag was wrong. This was for lwip, I 
resent it.

Thanks,

Simon

On 03.12.20, 00:31, "Simon Kuenzer" <simon.kuenzer@xxxxxxxxx> wrote:

    Include `<stddef.h>` that provides the definition for `size_t`.
    
    Signed-off-by: Simon Kuenzer <simon.kuenzer@xxxxxxxxx>
    ---
     alloc.c | 1 +
     1 file changed, 1 insertion(+)
    
    diff --git a/alloc.c b/alloc.c
    index a5b4377..af52f27 100644
    --- a/alloc.c
    +++ b/alloc.c
    @@ -32,6 +32,7 @@
      */
     
     #include <uk/alloc.h>
    +#include <stddef.h>
     
     void *sys_malloc(size_t size)
     {
    -- 
    2.20.1
    


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.