Commit 19bfc149 authored by David Gibson's avatar David Gibson

memmem, bytestring: Fix includes in _info

When I fixed up the includes in _info for nearly everything, I managed to
leave out a couple of my own modules.  This fixes them up.
Signed-off-by: default avatarDavid Gibson <david@gibson.dropbear.id.au>
parent bddc09dd
#include "config.h"
#include <stdio.h>
#include <string.h>
#include "config.h"
/**
* bytestring - simple bytestring handling
......
#include <string.h>
#include "config.h"
#include <stdio.h>
#include <string.h>
/**
* memmem - Trivial module providing a memmem() implementation
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment