Skip to content

Instantly share code, notes, and snippets.

@leto
Created January 27, 2010 07:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leto/287626 to your computer and use it in GitHub Desktop.
Save leto/287626 to your computer and use it in GitHub Desktop.
Index: docs/embed.pod
===================================================================
--- docs/embed.pod (revision 43623)
+++ docs/embed.pod (working copy)
@@ -7,8 +7,9 @@
=head1 SYNOPSIS
- #include <parrot/embed.h>
- #include <parrot/extend.h>
+ #include "parrot/parrot.h"
+ #include "parrot/config.h"
+ #include "parrot/embed.h"
int main(int argc, char* argv[])
{
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment